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.

A005440 Coefficients of Gandhi polynomials.

Original entry on oeis.org

2, 8, 54, 556, 8146, 161424, 4163438, 135634292, 5448798090, 264689281240, 15296907175462, 1037373202178748, 81588771795362114, 7366855482991121696, 756909709680583939806, 87807399365909591247364
Offset: 2

Views

Author

Keywords

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Second column in table A036970.

Programs

  • Maple
    B[1]:= X -> X^2:
    for n from 2 to 50 do B[n]:= unapply(expand(X^2*(B[n-1](X+1)-B[n-1](X))), X) od:
    seq(D(B[n])(1),n=1..50); # Robert Israel, Apr 21 2016

Extensions

More terms from David W. Wilson, Jan 12 2001