Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A073798
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A073798 pi(n) is a power of 2, where pi(n)=A000720(n) is the number of primes <= n. +0
5
2, 3, 4, 7, 8, 9, 10, 19, 20, 21, 22, 53, 54, 55, 56, 57, 58, 131, 132, 133, 134, 135, 136, 311, 312, 719, 720, 721, 722, 723, 724, 725, 726, 1619, 1620, 3671, 3672, 8161, 8162, 8163, 8164, 8165, 8166, 17863, 17864, 17865, 17866, 17867, 17868, 17869, 17870 (list; graph; listen)
OFFSET

1,1

COMMENT

The numbers occur in blocks of consecutive integers: 2, 3-4, 7-10, 19-22, ...; the n-th block starts at the 2^n-th prime (A033844) and ends just before the (2^n + 1)-th prime (A051439).

EXAMPLE

10 is in the sequence since pi(10)=4=2^2.

MATHEMATICA

pow2[n_] := n==1||(n>1&&IntegerQ[n/2]&&pow2[n/2]); Select[Range[20000], pow2[PrimePi[ # ]]&]

CROSSREFS

Cf. A000079, A000720, A015910, A073797, A073799.

Sequence in context: A047227 A112965 A070942 this_sequence A124375 A037080 A022162

Adjacent sequences: A073795 A073796 A073797 this_sequence A073799 A073800 A073801

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Aug 14 2002

EXTENSIONS

Edited by Dean Hickerson (dean(AT)math.ucdavis.edu), Aug 15 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research