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!)
A113799 Numbers k such that the k-th triangular number plus the reverse of k gives a square. 0
3, 36, 45, 423, 486, 558, 1377, 6690, 15540, 59460, 110694, 16867050, 443820753 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
T(423) + 324 = 300^2.
MATHEMATICA
testQ[n_] := IntegerQ[Sqrt[n(n+1)/2 + FromDigits@Reverse@IntegerDigits@n]]; lst = Select[Range[10^5], testQ]
CROSSREFS
Sequence in context: A158301 A105758 A214852 * A072682 A158207 A227032
KEYWORD
base,nonn
AUTHOR
Giovanni Resta, Jan 22 2006
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 7 05:04 EDT 2024. Contains 372300 sequences. (Running on oeis4.)