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.

A139222 a(n) = 30*n - 27.

Original entry on oeis.org

3, 33, 63, 93, 123, 153, 183, 213, 243, 273, 303, 333, 363, 393, 423, 453, 483, 513, 543, 573, 603, 633, 663, 693, 723, 753, 783, 813, 843, 873, 903, 933, 963, 993, 1023, 1053, 1083, 1113, 1143, 1173, 1203, 1233, 1263, 1293, 1323, 1353, 1383, 1413, 1443, 1473
Offset: 1

Views

Author

Odimar Fabeny, Jun 06 2008

Keywords

Comments

Multiples of 3 with the units digit equal to 3.

Crossrefs

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

Programs

Formula

a(n) = a(n-1) + 30.
From Elmo R. Oliveira, Apr 04 2025: (Start)
G.f.: 3*x*(1+9*x)/(1-x)^2.
E.g.f.: 3*(exp(x)*(10*x - 9) + 9).
a(n) = 3*A017281(n-1) = A139280(n)/3.
a(n) = 2*a(n-1) - a(n-2) for n > 2. (End)

Extensions

More terms from Reinhard Zumkeller, Jun 22 2008