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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036380 Number of true prime powers whose binary order, ceiling[ Log[ 2,p^x ] ], is n. 2
0, 1, 1, 2, 3, 2, 4, 3, 4, 6, 5, 9, 10, 11, 17, 15, 26, 31, 39, 53, 68, 90, 125, 159, 216, 290, 391, 536, 719, 971, 1329, 1812, 2477, 3386, 4626, 6351, 8729, 11995, 16459, 22669, 31259, 43049 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

EXAMPLE

The 5 prime-powers between 1025 and 2048 are 1331=11^3, 1369=37^2, 1681=41^2, 1849=43^2 and 2048.

MATHEMATICA

t=Table[Length[Union[Flatten[Table[Table[Prime[w]^s, {w, 1, PrimePi[2^(n/s)]}], {s, 2, g+1}]]] ], {n, 1, 42}] Delete[t-RotateRight[t], 1]

CROSSREFS

Cf. A029837, A036378-A036390.

Sequence in context: A144968 A076753 A068962 * A139094 A159081 A141285

Adjacent sequences:  A036377 A036378 A036379 * A036381 A036382 A036383

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu)

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 16 21:51 EST 2012. Contains 205978 sequences.