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!)
A051328 Euclid-Mullin sequence (A000945) with initial value a(1)=89 instead of a(1)=2. 0
89, 2, 179, 3, 61, 13, 53, 5, 20086919971, 14911308271, 6016479583547124128827234315771, 9697, 23, 31, 17, 4229, 7937, 22739, 7043, 11, 163, 19, 41, 227399, 73, 4441, 1907, 7, 2647566144823, 47, 337, 211, 1171, 404489, 676721, 71, 653, 4703, 29, 587, 199, 37537, 167, 6893009 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a[1]=89; 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]=89; for(i=2, m, v[i]=spf(1+prod(j=1, i-1, v[j]))); v \\ Anders Hellström, Dec 06 2015
CROSSREFS
Sequence in context: A093222 A114922 A036951 * A166321 A187812 A075483
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
a(35)-a(44) from Robert Price, Jul 09 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 September 14 03:52 EDT 2024. Contains 375911 sequences. (Running on oeis4.)