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.

Showing 1-2 of 2 results.

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

A102439 a(n) = 100*n + 4.

Original entry on oeis.org

4, 104, 204, 304, 404, 504, 604, 704, 804, 904, 1004, 1104, 1204, 1304, 1404, 1504, 1604, 1704, 1804, 1904, 2004, 2104, 2204, 2304, 2404, 2504, 2604, 2704, 2804, 2904, 3004, 3104, 3204, 3304, 3404, 3504, 3604, 3704, 3804, 3904, 4004, 4104, 4204, 4304, 4404, 4504
Offset: 0

Views

Author

Giovanni Teofilatto, Feb 23 2005

Keywords

Crossrefs

Cf. A158060.

Programs

Formula

G.f.: 4*(1+24*x)/(-1+x)^2. - Harvey P. Dale, Aug 30 2021
From Elmo R. Oliveira, Jun 09 2025: (Start)
E.g.f.: 4*exp(x)*(1 + 25*x).
a(n) = 4*A158060(n) for n > 0.
a(n) = 2*a(n-1) - a(n-2). (End)

Extensions

Edited by N. J. A. Sloane, Jan 31 2009
Showing 1-2 of 2 results.