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.

A097802 a(n) = 3*(25*n + 1).

Original entry on oeis.org

3, 78, 153, 228, 303, 378, 453, 528, 603, 678, 753, 828, 903, 978, 1053, 1128, 1203, 1278, 1353, 1428, 1503, 1578, 1653, 1728, 1803, 1878, 1953, 2028, 2103, 2178, 2253, 2328, 2403, 2478, 2553, 2628, 2703, 2778, 2853, 2928, 3003, 3078, 3153, 3228, 3303, 3378, 3453, 3528
Offset: 0

Views

Author

George E. Antoniou, Aug 25 2004

Keywords

Crossrefs

Cf. A158060.

Programs

Formula

From Elmo R. Oliveira, May 25 2025: (Start)
G.f.: 3*(1 + 24*x)/(1-x)^2.
E.g.f.: 3*exp(x)*(1 + 25*x).
a(n) = 3*A158060(n) for n > 0.
a(n) = 2*a(n-1) - a(n-2). (End)

Extensions

More terms from Robert G. Wilson v and Mark Hudson (mrmarkhudson(AT)hotmail.com), Aug 26 2004
a(45)-a(47) from Elmo R. Oliveira, May 25 2025