A263621 Appears to be an erroneous version of A263620.
3, 6, 13, 19, 30, 36
Offset: 1
Keywords
Links
- G. J. Simmons, Palindromic powers, J. Rec. Math., 3 (No. 2, 1970), 93-98. [Annotated scanned copy] See page 95.
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.
Table[Length[Select[Range[If[n == 1, 0, Ceiling[Sqrt[10^(n - 1)]]],Floor[Sqrt[10^n]]], #^2 == IntegerReverse[#^2] &]], {n, 15}] (* Robert Price, Apr 26 2019 *)
Table[Length[Select[Range[0, Floor[Sqrt[10^n]]], PalindromeQ[#^2] &]], {n, 10}] (* Robert Price, Apr 26 2019 *)
Comments