The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A161051 Number of partitions of 2n into powers of two where every part appears at least twice. 1
0, 1, 1, 2, 1, 3, 2, 5, 3, 6, 5, 9, 6, 11, 9, 16, 11, 19, 16, 25, 19, 30, 25, 39, 30, 45, 39, 56, 45, 65, 56, 81, 65, 92, 81, 111, 92, 127, 111, 152, 127, 171, 152, 201, 171, 226, 201, 265, 226, 295, 265, 340, 295, 379, 340, 435, 379, 480, 435, 545, 480, 601, 545, 682, 601, 747 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Number of partitions of n into powers of two where every part appears at least twice (=original definition), if 2^0 is accepted as a power of two. - R. H. Hardin, Jul 04 2009
LINKS
FORMULA
G.f.: Product_{j>=1} (1 + x^(2*2^j)/(1 - x^(2^j))). - Emeric Deutsch, Jun 28 2009
EXAMPLE
a(9)=3 because we have 444222, 4422222, and 2^9. - Emeric Deutsch, Jun 28 2009
MAPLE
g := product(1+x^(2*2^j)/(1-x^(2^j)), j = 1 .. 20): gser := series(g, x = 0, 145): seq(coeff(gser, x, 2*n), n = 1 .. 69); # Emeric Deutsch, Jun 28 2009
CROSSREFS
Sequence in context: A045747 A308984 A029138 * A161255 A008731 A114209
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 02 2009
EXTENSIONS
Definition corrected by Emeric Deutsch, Jun 28 2009
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 May 17 18:28 EDT 2024. Contains 372603 sequences. (Running on oeis4.)