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!)
A076700 Number of prime powers of prime numbers less than 10^n. 0
3, 7, 18, 40, 88, 208, 513, 1345, 3605, 9965, 27984, 79815, 230184, 669541, 1961782, 5781027, 17121898, 50926700, 152037454, 455379086, 1367866472, 4119420084, 12434683582, 37613680284, 113995431428, 346090115288, 1052421037283, 3205047207003, 9774084239631 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2) = 7 because 4, 8, 9, 25, 27, 32 and 49 are the only prime powers of prime numbers less than 100.
MATHEMATICA
pp = Sort[ Flatten[ Table[ Prime[n]^Prime[i], {n, 1, PrimePi[ Sqrt[10^17]]}, {i, 1, PrimePi[ Floor[ Log[ Prime[n], 10^17]]]}]]]; a = {}; k = 1; Do[ While[ pp[[k]] <= 10^n, k++ ]; a = Append[a, k-1], {n, 1, 17}]
CROSSREFS
Sequence in context: A074587 A208715 A302408 * A265007 A026533 A131630
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 26 2002
EXTENSIONS
Edited and extended by Robert G. Wilson v, Oct 31 2002
a(18), a(19) from Ray Chandler, Oct 30 2008
a(20)-a(29) from Donovan Johnson, Mar 12 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 14 19:09 EDT 2024. Contains 374323 sequences. (Running on oeis4.)