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!)
A057902 a(n) = 5^prime(n). 8
25, 125, 3125, 78125, 48828125, 1220703125, 762939453125, 19073486328125, 11920928955078125, 186264514923095703125, 4656612873077392578125, 72759576141834259033203125, 45474735088646411895751953125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 5^A000040(n).
Sum_{n>=1} 1/a(n) = A132797. - Amiram Eldar, Aug 11 2020
EXAMPLE
a(4) = 5^7 = 78125.
MAPLE
A057902:=n->5^ithprime(n); seq(A057902(n), n=1..30); # Wesley Ivan Hurt, Jun 14 2014
MATHEMATICA
5^Prime@Range@30 (* Vladimir Joseph Stephan Orlovsky, Apr 11 2011 *)
CROSSREFS
Sequence in context: A073963 A316277 A201842 * A042216 A042218 A045166
KEYWORD
nonn
AUTHOR
Henry Bottomley, Sep 29 2000
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 August 13 21:35 EDT 2024. Contains 375144 sequences. (Running on oeis4.)