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.

A135628 Multiples of 28.

Original entry on oeis.org

0, 28, 56, 84, 112, 140, 168, 196, 224, 252, 280, 308, 336, 364, 392, 420, 448, 476, 504, 532, 560, 588, 616, 644, 672, 700, 728, 756, 784, 812, 840, 868, 896, 924, 952, 980, 1008, 1036, 1064, 1092, 1120, 1148, 1176, 1204, 1232, 1260, 1288, 1316, 1344, 1372
Offset: 0

Views

Author

Omar E. Pol, Nov 25 2007

Keywords

Examples

			a(9) = 28*9 = 252.
		

Crossrefs

Programs

Formula

a(n) = 28*n.
From G. C. Greubel, Oct 24 2016: (Start)
G.f.: (28*x)/(1 - x)^2.
E.g.f.: 28*x*exp(x).
a(n) = 2*a(n-1) - a(n-2). (End)