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.

A005892 Truncated square numbers: 7*n^2 + 4*n + 1.

Original entry on oeis.org

1, 12, 37, 76, 129, 196, 277, 372, 481, 604, 741, 892, 1057, 1236, 1429, 1636, 1857, 2092, 2341, 2604, 2881, 3172, 3477, 3796, 4129, 4476, 4837, 5212, 5601, 6004, 6421, 6852, 7297, 7756, 8229, 8716, 9217, 9732, 10261, 10804, 11361, 11932
Offset: 0

Views

Author

Keywords

References

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

Crossrefs

Cf. A135704.

Programs

Formula

a(n) = a(n-1) + 14*n - 3 (with a(0)=1). - Vincenzo Librandi, Nov 18 2010
From G. C. Greubel, Nov 30 2017: (Start)
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
G.f.: (1 + 9*x + 4*x^2)/(1 - x)^3.
E.g.f.: (1 + 11*x + 7*x^2)*exp(x). (End)

Extensions

More terms from Frank Ellermann, Jan 18 2002