cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A170974 Expansion of Product_{i=0..m-1} (1 + x^(4*i+1)) for m = 11.

Original entry on oeis.org

1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 2, 1, 0, 1, 2, 1, 0, 1, 3, 2, 0, 1, 3, 3, 1, 1, 4, 4, 1, 1, 4, 5, 2, 1, 5, 7, 3, 1, 5, 8, 5, 1, 5, 10, 6, 1, 4, 11, 9, 2, 4, 12, 11, 3, 3, 12, 14, 5, 3, 13, 16, 7, 3, 12, 19, 10, 3, 12, 20, 12, 3, 11, 23, 16, 4, 10, 23, 19, 5, 8, 24, 23, 7, 7, 23, 25, 10, 6, 23
Offset: 0

Views

Author

N. J. A. Sloane, Aug 29 2010

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[Product[1+x^(4i+1),{i,0,10}],{x,0,100}],x] (* Harvey P. Dale, Apr 27 2025 *)

Formula

a(n) = a(231-n). - Rick L. Shepherd, Mar 01 2013