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.

A129428 Centered 47-gonal numbers.

Original entry on oeis.org

1, 48, 142, 283, 471, 706, 988, 1317, 1693, 2116, 2586, 3103, 3667, 4278, 4936, 5641, 6393, 7192, 8038, 8931, 9871, 10858, 11892, 12973, 14101, 15276, 16498, 17767, 19083, 20446, 21856, 23313, 24817, 26368, 27966, 29611, 31303, 33042, 34828, 36661, 38541
Offset: 0

Views

Author

N. J. A. Sloane, Oct 06 2007, based on a suggestion from an unknown correspondent in 2004

Keywords

Crossrefs

Programs

Formula

a(n) = (1/2)*(2 + 47*n + 47*n^2).
From Colin Barker, Jul 27 2013: (Start)
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3).
G.f.: (1 + 45*x + x^2)/(1-x)^3. (End)
E.g.f.: (1/2)*(2 + 94*x + 47*x^2)*exp(x). - G. C. Greubel, Feb 05 2024