The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A156316 Perfect squares with property that their digit reversal is a larger perfect square. 1
144, 169, 1089, 10404, 10609, 12544, 12769, 14884, 1004004, 1006009, 1022121, 1024144, 1026169, 1042441, 1044484, 1062961, 1214404, 1216609, 1236544, 1238769, 1256641, 1258884, 1444804, 1468944, 4048144, 4088484, 10036224 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A061457. - R. J. Mathar, Feb 08 2009
LINKS
EXAMPLE
a(1)=144 because the digit reverse of 144 is 441, which is the square of 21.
MAPLE
read("transforms") ; for n from 1 to 20000 do n2 := n^2 ; n2r := digrev(n2) ; if issqr(n2r) and n2r > n2 then printf("%d, ", n2) ; fi; od: # R. J. Mathar, Feb 08 2009
MATHEMATICA
drlpsQ[n_]:=Module[{rev=FromDigits[Reverse[IntegerDigits[n]]]}, rev>n && IntegerQ[ Sqrt[rev]]]; Select[Range[3200]^2, drlpsQ] (* Harvey P. Dale, Jan 15 2015 *)
CROSSREFS
Sequence in context: A062917 A035090 A064021 * A323614 A245214 A257412
KEYWORD
nonn,base
AUTHOR
Gaurav Kumar, Feb 07 2009
EXTENSIONS
More terms from R. J. Mathar and Gaurav Kumar, Feb 08 2009
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 May 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)