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!)
A135249 a(n) = number of bits in binary expansion of A046967(n). 1
2, 4, 16, 106, 1156, 15016, 255256, 4849846 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All numbers in A046967(n) are the form 2^k
LINKS
MATHEMATICA
a = {}; c = 2; Do[d = Length[IntegerDigits[c, 2]]; c = c^Prime[n]; AppendTo[a, d], {n, 2, 9}]; a
CROSSREFS
Sequence in context: A066952 A281964 A297009 * A318154 A110365 A047892
KEYWORD
nonn,base
AUTHOR
Artur Jasinski, Nov 24 2007
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 April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)