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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035122 Roots of 'squares remaining square when written backwards'. 0
1, 2, 3, 11, 12, 13, 21, 22, 26, 31, 33, 99, 101, 102, 103, 111, 112, 113, 121, 122, 201, 202, 211, 212, 221, 264, 301, 307, 311, 836, 1001, 1002, 1003, 1011, 1012, 1013, 1021, 1022, 1031, 1101, 1102, 1103, 1111, 1112, 1113, 1121, 1122, 1201, 1202, 1211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers with trailing zeros are excluded.
LINKS
Eric Weisstein's World of Mathematics, Square Number
FORMULA
a(n) = sqrt(A033294(n)). - Michel Marcus, Sep 22 2015
EXAMPLE
99^2 = 9801 -> 1089 = 33^2.
MATHEMATICA
Select[Range[10000], IntegerQ[Sqrt[FromDigits[Reverse[IntegerDigits[ #^2]]]]] &] (* and then delete terms ending with 0 - N. J. A. Sloane, Jul 08 2011 *)
Sqrt[Select[Range[2000]^2, Mod[#, 10]!=0&&IntegerQ[Sqrt[FromDigits[Reverse[IntegerDigits[#]]]]]&]] (* Vincenzo Librandi, Sep 22 2015 *)
CROSSREFS
Sequence in context: A130803 A007932 A334054 * A085305 A189818 A116032
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Nov 15 1998
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 December 10 04:38 EST 2023. Contains 367699 sequences. (Running on oeis4.)