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.

A139249 a(n) = 30*n - 24.

Original entry on oeis.org

6, 36, 66, 96, 126, 156, 186, 216, 246, 276, 306, 336, 366, 396, 426, 456, 486, 516, 546, 576, 606, 636, 666, 696, 726, 756, 786, 816, 846, 876, 906, 936, 966, 996, 1026, 1056, 1086, 1116, 1146, 1176, 1206, 1236, 1266, 1296, 1326, 1356, 1386, 1416, 1446, 1476
Offset: 1

Views

Author

Odimar Fabeny, Jun 06 2008, Jun 07 2008

Keywords

Comments

Multiples of 6 with unit digit equal to 6.

Crossrefs

Subsequence of A034709, together with A017281, A017293, A139222, A139245, A017329, A139264, A139279 and A139280. - Reinhard Zumkeller, Jun 22 2008
Cf. A016861.

Programs

Formula

a(n) = a(n-1) + 30.
From Elmo R. Oliveira, Apr 04 2025: (Start)
G.f.: 6*x*(1+4*x)/(1-x)^2.
E.g.f.: 6*(exp(x)*(5*x - 4) + 4).
a(n) = 6*A016861(n-1).
a(n) = 2*a(n-1) - a(n-2) for n > 2. (End)

Extensions

More terms from Reinhard Zumkeller, Jun 22 2008
Edited by R. J. Mathar, Jul 20 2008