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.

A053654 Multiples of 123456789.

Original entry on oeis.org

123456789, 246913578, 370370367, 493827156, 617283945, 740740734, 864197523, 987654312, 1111111101, 1234567890, 1358024679, 1481481468, 1604938257, 1728395046, 1851851835, 1975308624, 2098765413, 2222222202, 2345678991, 2469135780, 2592592569, 2716049358, 2839506147
Offset: 1

Views

Author

Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de), Feb 17 2000

Keywords

References

  • W. Lietzmann, Sonderlinge im Reich der Zahlen, Ferd. Duemmlers Verlag Bonn, 1948, p. 29.

Crossrefs

Subsequence of A008591.

Programs

Formula

a(n) = 2*a(n-1) - a(n-2). - Wesley Ivan Hurt, Apr 25 2023
From Elmo R. Oliveira, Jun 26 2025: (Start)
G.f.: 123456789*x/(1-x)^2.
E.g.f.: 123456789*x*exp(x).
a(n) = 123456789*n = 13717421*A008591(n). (End)