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!)
A051316 Euclid-Mullin sequence (A000945) with initial value a(1)=37 instead of a(1)=2. 1
37, 2, 3, 223, 31, 7, 127, 5, 11, 17, 157, 390191, 23339, 29, 283, 73, 19, 47, 381735266856929, 149, 83, 71, 311, 9791, 4007, 3101629, 207541, 2591, 13, 2414519329, 107, 41, 53 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(34) is a 95-digit prime.
LINKS
Tyler Busby, Table of n, a(n) for n = 1..42 (terms 1..39 from Robert Price)
FORMULA
a(n) = A020639(1 + Product_{k=1..n-1} a(k)), a(1) = 37.
MATHEMATICA
a[1]=37; a[n_] := First[ Flatten[ FactorInteger[ 1+Product[ a[ j ], {j, n-1} ] ] ] ]; Array[a, 15]
PROG
(PARI) spf(n)=my(f=factor(n)[1, 1]); f; \\ A020639
first(m)=my(v=vector(m)); v[1]=37; for(i=2, m, v[i]=spf(1+prod(j=1, i-1, v[j]))); v \\ Anders Hellström, Nov 26 2015
CROSSREFS
Sequence in context: A272725 A057639 A190356 * A278067 A178199 A107812
KEYWORD
nonn
AUTHOR
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 April 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)