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!)
A051334 Euclid-Mullin sequence (A000945) with initial value a(1)=8191 instead of a(1)=2. 12
8191, 2, 3, 7, 53, 1399, 5, 19, 646843, 26945441, 109, 443, 90670999, 280460690293140589, 907, 16293787, 3655513, 499483, 131, 21067, 143797, 54540542259000816707816058313971443, 392963, 977, 11, 5021, 179, 439, 353, 34417238589462247, 1193114397863177, 13, 59, 31643, 79399, 73, 43, 16639867 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a[1]=8191; a[n_] := First[ Flatten[ FactorInteger[ 1+Product[ a[ j ], {j, 1, n-1} ] ] ] ]; Array[a, 10]
PROG
(PARI) spf(n)=my(f=factor(n)[1, 1]); f;
first(m)={my(v=vector(m)); v[1]=8191; for(i=2, m, v[i]=spf(1+prod(j=1, i-1, v[j]))); v; } /* Anders Hellström, Aug 18 2015 */
CROSSREFS
Sequence in context: A250939 A137385 A108093 * A145592 A172315 A103902
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Sep 20 2012
a(30)-a(38) from Charles R Greathouse IV, Sep 21 2012
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 March 19 04:58 EDT 2024. Contains 370952 sequences. (Running on oeis4.)