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!)
A082282 a(1) = 2, a(n) is the smallest prime > n*a(n-1). 2
2, 5, 17, 71, 359, 2161, 15131, 121061, 1089551, 10895513, 119850691, 1438208297, 18696707863, 261753910123, 3926308651849, 62820938429593, 1067955953303143, 19223207159456609, 365240936029675579 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = nextprime(n*a(n-1)).
MATHEMATICA
nxt[{n_, a_}]:={n+1, NextPrime[a(n+1)]}; NestList[nxt, {1, 2}, 20][[All, 2]] (* Harvey P. Dale, Jun 14 2019 *)
CROSSREFS
Cf. A077213.
Sequence in context: A101900 A005966 A336282 * A005967 A369402 A104859
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Apr 13 2003
EXTENSIONS
More terms from Vladeta Jovovic, Apr 14 2003
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 19 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)