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!)
A051321 Euclid-Mullin sequence (A000945) with initial value a(1)=59 instead of a(1)=2. 1
59, 2, 7, 827, 3, 13, 4583, 5, 610478010871, 61, 292658543, 4483, 47, 11, 31, 43, 16453, 41, 3671, 1982639, 628319, 841476613, 449, 997793, 73, 983, 53, 28475917, 19, 673 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a[1]=59; 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]=59; for(i=2, m, v[i]=spf(1+prod(j=1, i-1, v[j]))); v \\ Anders Hellström, Dec 04 2015
CROSSREFS
Sequence in context: A116115 A230852 A104380 * A235774 A088665 A198378
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
a(28)-a(48) from Robert Price, Jul 13 2015
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)