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!)
A151760 G.f.: Theta^4, where Theta = Sum_{k>=0} x^(2^k). 10
0, 0, 0, 0, 1, 4, 6, 8, 13, 12, 10, 16, 18, 16, 20, 24, 13, 12, 18, 16, 22, 24, 28, 24, 18, 16, 28, 24, 20, 24, 24, 0, 13, 12, 18, 16, 30, 24, 28, 24, 22, 24, 36, 24, 28, 24, 24, 0, 18, 16, 28, 24, 28, 24, 24, 0, 20, 24, 24, 0, 24, 0, 0, 0, 13, 12, 18, 16, 30, 24, 28, 24, 30, 24, 36 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Number of ways to write n as an ordered sum of 4 powers of 2. - Ilya Gutkovskiy, Feb 02 2021
LINKS
MAPLE
N:= 10: # for a(0) .. a(2^N)
g:= add(x^(2^i), i=0..N)^4:
S:= series(g, x, 2^N+1):
seq(coeff(S, x, j), j=0..2^N); # Robert Israel, Mar 27 2020
CROSSREFS
Cf. A151758.
Sequence in context: A338927 A286373 A286372 * A273938 A121613 A008438
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 22 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 April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)