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!)
A113800 Numbers k such that k^2 plus the reverse of k^2 gives a perfect power. 0
2, 231, 1010, 102010, 451429, 1000100, 9426681, 1000001000, 8803095102, 10002000100, 56017891104, 1000000010000, 4811618419542 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence is infinite since it contains all the numbers of the form (1+100^k)*10^k and (1+100^k)^2*10^k, for k >= 1. - Giovanni Resta, Sep 24 2013
LINKS
EXAMPLE
451429^2 = 203788142041 and 203788142041 + 140241887302 = 7007^3,
9426681^2 = 88862314675761 and 88862314675761 + 16757641326888 = 10277157^2.
MATHEMATICA
ppQ[n_] := n != 1 && GCD @@ (Transpose[FactorInteger[n]][[2]]) > 1; rev[n_] := FromDigits@Reverse@IntegerDigits@n ; lst = {}; Do[If[ppQ[n^2 + rev[n^2]], AppendTo[lst, n]], {n, 10^6}]; lst
CROSSREFS
Sequence in context: A015968 A286447 A095220 * A133495 A066622 A261493
KEYWORD
base,nonn,more
AUTHOR
Giovanni Resta, Jan 22 2006
EXTENSIONS
a(8)-a(13) from Giovanni Resta, Sep 24 2013
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 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)