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.

Showing 1-1 of 1 results.

A342347 a(1) = 7, a(n) = smallest palindromic nontrivial multiple of a(n-1) containing all decimal digits of a(n-1).

Original entry on oeis.org

7, 77, 1771, 178871, 1788888871, 2188118778118812, 218811879999999978118812, 2188118799999999999999999999999978118812
Offset: 1

Views

Author

Chai Wah Wu, Mar 08 2021

Keywords

Comments

Differs from A082782 at a(6).
a(n) <= (10^A055642(a(n-1))+1)*a(n-1).
If a(n-1) > 10 and the last digit of a(n-1) <= 4, then a(n) <= (10^(A055642(a(n-1))-1)+1)*a(n-1).
For n=6..8, a(n) = 196930692 * A002275(2^(n-3)), and it follows that a(9) <= 196930692 * A002275(64). Conjecture: for all n >= 6, a(n) = 196930692 * A002275(2^(n-3)). Note that 196930692 is a term of A370052 and A370053. - Max Alekseyev, Feb 15 2024

Examples

			a(3) = 1771 is a palindromic multiple of a(2) = 77 and contains two '7', all the digits of a(2).
		

Crossrefs

Extensions

a(8) from Max Alekseyev, Feb 15 2024
Showing 1-1 of 1 results.