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.

A047672 Row 3 of square array defined in A047671.

Original entry on oeis.org

1, 10, 37, 94, 193, 346, 565, 862, 1249, 1738, 2341, 3070, 3937, 4954, 6133, 7486, 9025, 10762, 12709, 14878, 17281, 19930, 22837, 26014, 29473, 33226, 37285, 41662, 46369, 51418, 56821, 62590, 68737, 75274, 82213, 89566, 97345, 105562, 114229, 123358, 132961
Offset: 1

Views

Author

Keywords

Programs

Formula

a(n) = 2*n^3 - 3*n^2 + 4*n - 2.
From Elmo R. Oliveira, Aug 28 2025: (Start)
G.f.: x*(1 + 6*x + 3*x^2 + 2*x^3)/(1-x)^4.
E.g.f.: 2 + exp(x)*(-2 + 3*x + 3*x^2 + 2*x^3).
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n > 4. (End)

Extensions

More terms from Elmo R. Oliveira, Aug 28 2025