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!)
A309026 Expansion of x * Product_{k>=0} (1 + x^(2^k) + x^(2^(k+4))). 1
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 3, 2, 2, 1, 3, 2, 2, 1, 3, 2, 2, 1, 3, 2, 2, 1, 4, 2, 2, 1, 4, 2, 2, 1, 4, 2, 2, 1, 4, 2, 2, 1, 5, 3, 3, 2, 4, 2, 2, 1, 5, 3, 3, 2, 4, 2, 2, 1, 6, 3, 4, 2, 4, 2, 2, 1, 6, 3, 4, 2, 4, 2, 2, 1, 7, 4, 4, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,18
LINKS
FORMULA
a(n) = 0 for n <= 0, a(1) = 1; a(2*n) = a(n), a(2*n+1) = a(n-7) + a(n+1).
MATHEMATICA
nmax = 100; CoefficientList[Series[x Product[(1 + x^(2^k) + x^(2^(k + 4))), {k, 0, Floor[Log[2, nmax]] + 1}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A160987 A230773 A338732 * A160986 A287867 A023126
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 07 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 April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)