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!)
A116481 a(n) = n-th prime larger than n^n. 1
2, 7, 37, 271, 3181, 46703, 823621, 16777421, 387420713, 10000000207, 285311671039, 8916100448623, 302875106592719, 11112006825558313, 437893890380859959, 18446744073709552357, 827240261886336765209 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3)=37 because primes larger than 3^3=27 are 29,31,37,41,... and 37 is 3rd prime > 27.
MATHEMATICA
Do[Print[Prime[PrimePi[n^n]+n]], {n, 12}]
PROG
(PARI) { a(n) = local(p); p=n^n; for(i=1, n, p=nextprime(p+1)); p } - Max Alekseyev, Feb 01 2007
CROSSREFS
Cf. A098682.
Sequence in context: A083659 A107877 A001028 * A367494 A102743 A195068
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 17 2006
EXTENSIONS
More terms from Jon E. Schoenfield, Sep 07 2006
Further terms from Max Alekseyev, Feb 01 2007
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)