login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027719 Numbers k such that k^2 + 1 is a palindrome. 5
0, 1, 2, 10, 25, 100, 1000, 1020, 1489, 2248, 10000, 10090, 100000, 100910, 102020, 167491, 1000000, 1000200, 1009090, 2744934, 10000000, 10000900, 10090910, 24917195, 100000000, 100909090, 103226660, 271867456, 1000000000, 1000002000, 1009090910, 1577033471 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
palQ[n_] := Block[{d = IntegerDigits[n]}, d == Reverse[d]]; Select[Range[0, 10^5], palQ[#^2 + 1] &] (* Giovanni Resta, Aug 29 2018 *)
CROSSREFS
Sequence in context: A305600 A058373 A167386 * A254709 A069894 A045605
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Giovanni Resta, Aug 28 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)