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.

A008607 Multiples of 25.

Original entry on oeis.org

0, 25, 50, 75, 100, 125, 150, 175, 200, 225, 250, 275, 300, 325, 350, 375, 400, 425, 450, 475, 500, 525, 550, 575, 600, 625, 650, 675, 700, 725, 750, 775, 800, 825, 850, 875, 900, 925, 950, 975, 1000, 1025, 1050, 1075, 1100, 1125, 1150, 1175, 1200, 1225
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

G.f.: 25*x/(1-x)^2. - Colin Barker, Feb 19 2012
From Wesley Ivan Hurt, May 19 2024: (Start)
a(n) = 25*n.
a(n) = 2*a(n-1) - a(n-2). (End)
E.g.f.: 25*x*exp(x). - Stefano Spezia, Oct 18 2024