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!)
A161064 Number of partitions of n into powers of two minus one where every part appears at least 2 times. 1
0, 1, 1, 1, 1, 2, 1, 2, 3, 2, 3, 4, 3, 5, 5, 5, 6, 7, 6, 8, 9, 8, 11, 11, 11, 13, 14, 14, 16, 19, 17, 21, 22, 22, 25, 27, 27, 30, 33, 32, 36, 39, 38, 44, 46, 46, 51, 54, 54, 59, 64, 62, 70, 73, 73, 80, 84, 85, 92, 98, 97, 107, 111, 112, 122, 127, 128, 139, 144, 146, 157, 164, 165, 179 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
G.f.: Product_{j>=1} (1 + x^(2*(2^j-1))/(1-x^(2^j-1))). - Emeric Deutsch, Jun 28 2009
EXAMPLE
a(16)=5 because we have 7711, 33331111, 3331^7, 331^(10), and 1^(16). - Emeric Deutsch, Jun 28 2009
MAPLE
g := product(1+x^(2*(2^j-1))/(1-x^(2^j-1)), j = 1 .. 20): gser := series(g, x = 0, 80): seq(coeff(gser, x, n), n = 1 .. 74); # Emeric Deutsch, Jun 28 2009
CROSSREFS
Sequence in context: A253174 A008611 A025798 * A070086 A211990 A162618
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 02 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 August 4 04:17 EDT 2024. Contains 374905 sequences. (Running on oeis4.)