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.

A256977 G.f.: (1 + 5*x + 5*x^2 + x^3)/Product_{i=1..10} (1 - x^i).

Original entry on oeis.org

1, 6, 12, 19, 31, 49, 74, 110, 159, 226, 317, 437, 590, 789, 1043, 1364, 1769, 2275, 2899, 3670, 4612, 5758, 7145, 8814, 10812, 13202, 16040, 19396, 23354, 28006, 33447, 39801, 47188, 55753, 65659, 77083, 90216, 105288, 122530, 142211
Offset: 0

Views

Author

N. J. A. Sloane, Apr 23 2015

Keywords

References

  • J. C. P. Miller, On the enumeration of partially ordered sets of integers, pp. 109-124 of T. P. McDonough and V. C. Mavron, editors, Combinatorics: Proceedings of the Fourth British Combinatorial Conference 1973. London Mathematical Society, Lecture Note Series, Number 13, Cambridge University Press, NY, 1974. The g.f. is G(t) at the foot of page 123.

Programs

  • Maple
    (1+5*x+5*x^2+x^3)/mul(1-x^i,i=1..10);