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.

A351629 a(1) = 1, a(2) = 2 and a(n) is the smallest integer not included earlier whose first digit divides the concatenation a(n-2), a(n-1).

Original entry on oeis.org

1, 2, 3, 10, 5, 7, 11, 9, 12, 4, 13, 14, 6, 15, 16, 17, 18, 19, 100, 20, 21, 101, 102, 22, 23, 30, 24, 8, 25, 31, 103, 104, 26, 27, 105, 32, 28, 29, 33, 70, 50, 34, 35, 36, 40, 41, 37, 38, 39, 106, 107, 108, 42, 60, 43, 109, 110, 51, 111, 90, 52, 44, 45, 53, 112, 46, 113, 114, 115, 54, 116, 47
Offset: 1

Views

Author

Eric Angelini and Carole Dubois, Feb 20 2022

Keywords

Comments

The sequence is a permutation of the positive integers.

Examples

			a(3) = 3 as 3 is the smallest unused integer whose first digit divides 12;
a(4) = 10 as 10 is the smallest unused integer whose first digit divides 23;
a(5) = 5 as 5 is the smallest unused integer whose first digit divides 310;
a(6) = 7 as 7 is the smallest unused integer whose first digit divides 105; etc.
		

Crossrefs

Cf. A085946.

Programs