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.

A111443 Least square beginning with the digit reversal of n^2.

Original entry on oeis.org

1, 4, 9, 61009, 529, 63001, 9409, 4624, 1849, 1, 121, 441, 961, 69169, 522729, 652864, 982081, 423801, 16384, 4, 144, 484, 925444, 675684, 5262436, 676, 927369, 487204, 14884, 9, 169, 42016324, 9801, 651117289, 5221225, 692110864, 96314596
Offset: 1

Views

Author

Amarnath Murthy, Aug 03 2005

Keywords

Comments

a(10n) = a(n). a(10^n) = 1. a(k) = k^2 if k^2 is a palindromic square. (Comment corrected by David Wasserman, Jan 21 2009)

Examples

			a(8) = 4624 = 68^2 beginning with 46 the digit reversal of 64 = 8^2.
		

Formula

a(n) = A018796(A004086(n^2)). [From David Wasserman, Jan 21 2009]

Extensions

Corrected and extended by David Wasserman, Jan 21 2009