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.

A057137 Concatenate next digit at right hand end (where the next digit after 9 is again 0).

Original entry on oeis.org

0, 1, 12, 123, 1234, 12345, 123456, 1234567, 12345678, 123456789, 1234567890, 12345678901, 123456789012, 1234567890123, 12345678901234, 123456789012345, 1234567890123456, 12345678901234567, 123456789012345678, 1234567890123456789, 12345678901234567890, 123456789012345678901
Offset: 0

Views

Author

Henry Bottomley, Aug 12 2000

Keywords

Comments

Also called the triangle of the gods (see Pickover link).
See A037610 for a general formula. - Hieronymus Fischer, Jan 03 2013

References

  • Clifford A. Pickover, A Passion for Mathematics, Wiley, 2005; see p. 61.

Crossrefs

Alternative progression for n >= 10 compared with A007908 and A014824.
Cf. A057138 for reverse. Cf. A010879 (decimal digits).
For primes see A120819.

Programs

Formula

a(n) = 10*(a(n-1)-floor[n/10]) + n = floor[A057139(n)/10^(n-1)].
a(n) = floor((137174210/1111111111)*10^n). - Hieronymus Fischer, Jan 03 2013, corrected by M. F. Hasler, Jan 13 2013