login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117844 Primes generated from a gamma function based formula: very large primes from factorial level numbers like the Euclid n!+1 type of prime. 0
3, 19, 6652799, 3779, 831599, 108972863999, 32432399, 538583682060103679999, 115783667999, 79196028911999, 113425723441857835007999999, 9899503613999, 10098444038626943999999, 8960776752100485056195299206758399999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Gives 31% primes from ten levels the last one with 39 powers of ten. alength = Length[a]*(Length[a] - 1)/2=45 N[Length[b]/alength]=0.311111 (*Decimal digit length*) Floor[Log[b]/Log[10]] {0, 1, 6, 3, 5, 11, 7, 20, 11, 13, 26, 12, 22, 39}
LINKS
FORMULA
f[n_, m_] = FullSimplify[((4/3)*Gamma[2*(n + m)]/(2^m*2^(2*(n - m))))] - 1 a(n) = If[PrimeQ[f[i,j]]=True,f[i,j]]
MATHEMATICA
f[n_, m_] = FullSimplify[((4/3)*Gamma[2*(n + m)]/(2^m*2^(2*(n - m))))] - 1 a = Table[Table[If[PrimeQ[f[n, m]], f[n, m], {}], {m, 1, n}], {n, 1, 10}] b = Flatten[a]
CROSSREFS
Sequence in context: A191623 A164063 A092828 * A260371 A067607 A013332
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Apr 30 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 13 13:53 EDT 2024. Contains 374284 sequences. (Running on oeis4.)