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!)
A097050 Smallest prime > n(n+1)/2. 6
2, 2, 5, 7, 11, 17, 23, 29, 37, 47, 59, 67, 79, 97, 107, 127, 137, 157, 173, 191, 211, 233, 257, 277, 307, 331, 353, 379, 409, 439, 467, 499, 541, 563, 599, 631, 673, 709, 743, 787, 821, 863, 907, 947, 991, 1039, 1087, 1129, 1181, 1229, 1277, 1327, 1381, 1433, 1487, 1543 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A151800(A000217(n)). - Michel Marcus, Nov 13 2015
MATHEMATICA
NextPrime@Table[n(n+1)/2, {n, 0, 60}] (* Vladimir Joseph Stephan Orlovsky, Apr 11 2011 *)
NextPrime[Accumulate[Range[0, 60]]] (* Harvey P. Dale, Aug 23 2023 *)
PROG
(PARI) a(n) = nextprime(n*(n+1)/2+1); \\ Michel Marcus, Nov 13 2015
CROSSREFS
Cf. A060264. See A065383 for another version.
Sequence in context: A326529 A326634 A241446 * A265795 A095295 A095333
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 15 2004, Nov 21 2008
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 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)