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.

A139279 a(n) = 40*n - 32.

Original entry on oeis.org

8, 48, 88, 128, 168, 208, 248, 288, 328, 368, 408, 448, 488, 528, 568, 608, 648, 688, 728, 768, 808, 848, 888, 928, 968, 1008, 1048, 1088, 1128, 1168, 1208, 1248, 1288, 1328, 1368, 1408, 1448, 1488, 1528, 1568, 1608, 1648, 1688, 1728, 1768, 1808, 1848
Offset: 1

Views

Author

Odimar Fabeny, Jun 06 2008

Keywords

Comments

Multiples of 8 with unit digit equal to 8.

Crossrefs

Subsequence of A034709, together with A017281, A017293, A139222, A139245, A017329, A139249, A139264 and A139280.

Programs

Formula

a(n) = a(n-1) + 40.
From G. C. Greubel, Jul 18 2017: (Start)
G.f.: (72*x - 32)/(1-x)^2.
E.g.f.: (40*x - 32)*exp(x). (End)

Extensions

More terms from Reinhard Zumkeller, Jun 22 2008
New definition from Paolo P. Lava, Sep 06 2010