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.

A080502 a(1) = 1, a(n) = smallest multiple of n that can be obtained by inserting digits anywhere in a(n-1) if necessary.

Original entry on oeis.org

1, 10, 102, 1012, 10120, 101202, 1012025
Offset: 1

Views

Author

Amarnath Murthy, Mar 19 2003

Keywords

Examples

			a(4) = 1012 hence a(5)=10120 and a(6) = 101202.
		

Crossrefs

Variant of A078283. [From R. J. Mathar, Sep 19 2008]