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!)
A088980 G.f.: 1 + x + Sum_{n >= 1} ( x^(2^n)/ ((1+x^(2^(n-1)))*Product_{j=0..n-1} (1-x^(2^j)) ) ). 1
1, 1, 1, 0, 2, 1, 2, 1, 4, 3, 5, 4, 7, 6, 8, 7, 12, 11, 15, 14, 20, 19, 24, 23, 31, 30, 37, 36, 45, 44, 52, 51, 64, 63, 75, 74, 90, 89, 104, 103, 124, 123, 143, 142, 167, 166, 190, 189, 221, 220, 251, 250, 288, 287, 324, 323, 369, 368, 413, 412, 465, 464, 516, 515, 580 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
1 + x + x^2/((1 + x)*(1 - x)) + x^4/((1 + x^2)*(1 - x)*(1 - x^2)) + x^8/((1 + x^4)*(1 - x)*(1 - x^2)*(1 - x^4)) + ...
MATHEMATICA
max = 65; 1+x+Sum[x^(2^n)/((1+x^(2^(n-1))) Product[1-x^(2^j), {j, 0, n-1}] ), {n, 1, Log[2, max] // Ceiling}] + O[x]^max // CoefficientList[#, x]& (* Jean-François Alcover, Oct 05 2018 *)
CROSSREFS
Apart from initial terms, same as A088931.
Sequence in context: A344256 A344257 A088931 * A254436 A208548 A157333
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 02 2003
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 09:20 EDT 2024. Contains 371967 sequences. (Running on oeis4.)