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!)
A082993 a(1) = 2; a(n+1) = least prime > a(1)*a(2)*...*a(n). 2
2, 3, 7, 43, 1811, 3270667, 10697259354227, 114431357691543566765996431, 13094535623129987017538646614449662873664453962870113 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Module[{prod=2, nx, ls={2}}, Do[nx=NextPrime[prod]; prod=prod*nx; AppendTo[ ls, nx], {10}]; ls] (* Harvey P. Dale, Jul 07 2013 *)
nxt[{p_, a_}]:=Module[{c=NextPrime[p]}, {p*c, c}]; NestList[nxt, {2, 2}, 10][[All, 2]] (* Harvey P. Dale, Jun 10 2020 *)
CROSSREFS
Cf. A340505.
Sequence in context: A000058 A129871 A075442 * A071580 A359340 A267507
KEYWORD
nonn
AUTHOR
Joseph L. Pe, May 29 2003
EXTENSIONS
Two more terms from Zak Seidov, Oct 16 2006
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 28 13:50 EDT 2024. Contains 372087 sequences. (Running on oeis4.)