|
Search: id:A156316
|
|
|
| A156316 |
|
Perfect squares with property that their digit reversal is a larger perfect square. |
|
+0 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; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Subsequence of A061457. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 08 2009]
|
|
EXAMPLE
|
a(1)=144 because 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: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 08 2009]
|
|
CROSSREFS
|
Sequence in context: A062917 A035090 A064021 this_sequence A165076 A165078 A135780
Adjacent sequences: A156313 A156314 A156315 this_sequence A156317 A156318 A156319
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Gaurav Kumar (gaurav.kumar.cse06(AT)itbhu.ac.in), Feb 07 2009
|
|
EXTENSIONS
|
More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl) and Gaurav Kumar (gaurav.kumar.cse06(AT)itbhu.ac.in), Feb 08 2009
|
|
|
Search completed in 0.002 seconds
|