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.

A087997 a(n) is the least number with n palindromic divisors.

Original entry on oeis.org

1, 2, 4, 6, 12, 24, 72, 66, 484, 132, 616, 264, 2112, 792, 1848, 2772, 7326, 8712, 5544, 13332, 14652, 24024, 36036, 26664, 87912, 102564, 72072, 79992, 186648, 205128, 360360, 279972, 264264, 666666, 1213212, 879912, 559944, 888888, 792792
Offset: 1

Views

Author

Labos Elemer, Oct 13 2003

Keywords

Examples

			n=24: a(24)=26664 has 32 divisors of which 24 are palindromic numbers: {1, 2, 3, 4, 6, 8, 11, 22, 33, 44, 66, 88, 101, 202, 303, 404, 606, 808, 1111, 2222, 3333, 4444, 6666, 8888}.
Some solutions are palindromic (like 2112), some are not (like 132).
		

Crossrefs

Cf. A087990.

Programs

Formula

a(n)=Min{x; A087990[x]=n}

Extensions

More terms from Ray Chandler, Oct 17 2003