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!)
A112953 a(1) = 0; a(n) = pi(n)^pi(n) for n>1, where pi is the prime counting function (A000720). 0
0, 1, 4, 4, 27, 27, 256, 256, 256, 256, 3125, 3125, 46656, 46656, 46656, 46656, 823543, 823543, 16777216, 16777216, 16777216, 16777216, 387420489, 387420489, 387420489, 387420489, 387420489, 387420489, 10000000000, 10000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
pi(5) = 3, so a(5) = 3^3 = 27.
pi(11) = 5, so a(11) = 5^5 = 3125.
MATHEMATICA
Join[{0}, #^#&/@PrimePi[Range[2, 30]]] (* Harvey P. Dale, Sep 19 2019 *)
PROG
(PARI) a(n) = if (n==1, 0, primepi(n)^primepi(n)); \\ Michel Marcus, Jun 01 2013; corrected Jun 13 2022
CROSSREFS
Cf. A000720 (pi).
Sequence in context: A221276 A117429 A132650 * A110139 A078146 A066836
KEYWORD
base,easy,nonn
AUTHOR
Alexandre Wajnberg, Jan 02 2006
EXTENSIONS
More terms from Michel Marcus, Jun 01 2013
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 July 16 05:19 EDT 2024. Contains 374343 sequences. (Running on oeis4.)