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!)
A051320 Euclid-Mullin sequence (A000945) with initial value a(1)=53 instead of a(1)=2. 1
53, 2, 107, 3, 7, 11, 2620003, 707431, 1993, 4409, 131, 17, 5, 858127, 79, 163, 19, 46061, 31, 17707, 157, 43, 3135504913004354085487249, 9893869, 149, 1001472037, 16979051, 387853, 61, 13, 227, 41, 206779, 443, 37, 1709 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a[1]=53; 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
first(m)=my(v=vector(m)); v[1]=53; 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: A114787 A198776 A367821 * A232126 A078681 A143294
KEYWORD
easy,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 25 14:35 EDT 2024. Contains 371989 sequences. (Running on oeis4.)