mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Blogorrhea > sweety439

Reply
 
Thread Tools
Old 2022-07-11, 05:54   #1
 
sweety439's Avatar
 
"99(4^34019)99 palind"
Nov 2016
(P^81993)SZ base 36

25×5×23 Posts
Default New Sigma and Pi functions

SigmaArithmetic(a,d,n) = n/2 * (2*a+(n-1)*d)

which is the formula of the sum of members in an arithmetic sequence

In original, a and d can be any complex numbers, but n can only be nonnegative integer, however, since we already have the formula, we can also extend n to any complex numbers and create the new “SigmaArithmetic” function, especially, SigmaArithmetic(a,0,n) = a*n

SigmaGeometric(a,r,n) = a*(r^n-1)/(r-1) if r != 1, or a*n if r = 1

which is the formula of the sum of members in an geometric sequence

In original, a and r can be any complex numbers, but n can only be nonnegative integer, however, since we already have the formula, we can also extend n to any complex numbers and create the new “SigmaGeometric” function

PiArithmetic(a,d,n) = a*(a+d)*(a+2*d)*…*(a+(n-1)*d)

which is the formula of the product of members in an arithmetic sequence

If n is nonnegative integer, then we can directly use this formula (if n = 0, then this is empty product, and hence its value is 1)

We can extend n to all complex numbers by:

* If d = 0, then PiArithmetic(a,0,n) = a^n, and thus we can extend n to all complex numbers (in my world, 0^0 = 1)
* If d = 1, then PiArithmetic(a,1,n) = Gamma(a+n)/Gamma(a), where Gamma is the Gamma function, and thus we can extend n to all complex numbers (remember: Gamma(1) = 1, and Gamma(x) = infinity if x is nonpositive integer)
* If d = 2, then PiArithmetic(a,2,n) = (a+2*n-2)!!/(a-2)!!, and thus we can extend n to all complex numbers, see https://en.wikipedia.org/wiki/Double...ial#Extensions
etc.

PiGeometric(a,r,n) = a^n*r^(n*(n-1)/2)

which is the formula of the product of members in an geometric sequence

In original, a and r can be any complex numbers, but n can only be nonnegative integer, however, since we already have the formula, we can also extend n to any complex numbers and create the new “PiGeometric” function
sweety439 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
what does sigma mean in ECM? bbb120 GMP-ECM 7 2021-01-26 16:18
sigma(n)=x*(x+1)^3 enzocreti enzocreti 3 2020-09-29 12:12
Sigma parameter in ecm storm5510 Information & Answers 4 2019-11-30 21:32
Iteration of (sigma(n)+phi(n))/2 sean Factoring 2 2017-09-18 15:39
Given sigma(n)-n, find the smallest possible n mart_r Aliquot Sequences 6 2013-07-23 20:50

All times are UTC. The time now is 09:51.


Tue Jan 3 09:51:07 UTC 2023 up 138 days, 7:19, 0 users, load averages: 0.93, 0.74, 0.78

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔