login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062517 Number of primes between consecutive 5th powers. 1
11, 42, 119, 273, 540, 954, 1573, 2456, 3624, 5181, 7177, 9666, 12797, 16514, 21098, 26454, 32836, 40134, 48760, 58508, 69714, 82277, 96723, 112702, 130639, 150488, 172617, 197039, 223915, 253318, 285540, 320450, 358839, 400159, 445011, 493504 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,82

EXAMPLE

a(1)=11 the number of primes between 32=2^5 and 1=1^5.

MATHEMATICA

Table[PrimePi[(w+1)^5]-PrimePi[w^5], {w, 1, 50}]

PROG

(PARI) { default(primelimit, 4294965247); for (n=0, 82, write("b062517.txt", n, " ", primepi((n + 2)^5) - primepi((n + 1)^5)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 08 2009]

CROSSREFS

Cf. A014085, A060199, A061235.

Sequence in context: A101985 A055437 A055436 * A027978 A050489 A156533

Adjacent sequences:  A062514 A062515 A062516 * A062518 A062519 A062520

KEYWORD

easy,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jul 10 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 18:09 EST 2012. Contains 205534 sequences.