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.

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

Original entry on oeis.org

3, 33, 363, 36663, 6306036, 63066666036, 6304963866683694036, 6304963866689998999866683694036
Offset: 1

Views

Author

Chai Wah Wu, Mar 08 2021

Keywords

Comments

Differs from A082778 at a(5). 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).

Examples

			a(4) = 3663 is a palindromic multiple of a(3) = 363 and contains 2 '3' and 1 '6', all the digits of a(3).
		

Crossrefs

Extensions

a(8) from Martin Ehrenstein, Mar 10 2021