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!)
A309043 Expansion of Product_{k>=0} (1 + x^(2^k) + x^(2^(k+1)))^2. 1
1, 2, 5, 6, 12, 14, 23, 22, 35, 36, 56, 52, 77, 74, 105, 90, 124, 114, 163, 142, 199, 184, 256, 216, 289, 258, 357, 302, 404, 358, 479, 390, 499, 428, 576, 476, 629, 554, 745, 610, 788, 682, 923, 766, 1007, 880, 1168, 944, 1193, 1010, 1341, 1094, 1420, 1230, 1631, 1318, 1667 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: Product_{k>=0} ((1 - x^(3*2^k))/(1 - x^(2^k)))^2.
G.f. A(x) satisfies: A(x) = (1 + x + x^2)^2 * A(x^2).
a(n) = Sum_{k=0..n} A002487(k+1)*A002487(n-k+1).
MATHEMATICA
nmax = 56; CoefficientList[Series[Product[(1 + x^(2^k) + x^(2^(k + 1)))^2, {k, 0, Floor[Log[2, nmax]] + 1}], {x, 0, nmax}], x]
nmax = 56; A[_] = 1; Do[A[x_] = (1 + x + x^2)^2 A[x^2] + O[x]^(nmax + 1) // Normal, nmax + 1]; CoefficientList[A[x], x]
CROSSREFS
Sequence in context: A289206 A153485 A244048 * A023143 A085206 A238481
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 09 2019
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 9 12:21 EDT 2024. Contains 372350 sequences. (Running on oeis4.)