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!)
A051324 Euclid-Mullin sequence (A000945) with initial value a(1)=71 instead of a(1)=2. 3
71, 2, 11, 3, 43, 201499, 67, 5, 487, 19, 967, 13, 131, 17, 3523392679146994953040171, 7, 633046028131441, 197, 1313225762816449, 22441, 29, 7039, 2357, 12264112894355231632110401532068053014661 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Tyler Busby, Table of n, a(n) for n = 1..44 (terms 1..29 from Robert Price)
MATHEMATICA
a[1]=71; 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]=71; 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: A126651 A126649 A266548 * A317721 A350007 A128856
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(24) from Robert Price, Jul 11 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 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)