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!)
A082659 Integers expressible as the sum of a square and a triangular number in exactly three distinct ways. 4
10, 19, 46, 64, 82, 109, 121, 127, 154, 169, 217, 253, 257, 262, 271, 316, 352, 361, 379, 397, 400, 451, 460, 478, 487, 496, 505, 514, 529, 586, 620, 640, 649, 667, 694, 721, 757, 767, 856, 865, 910, 937, 961, 964, 991, 1045, 1054, 1072, 1099, 1104, 1135, 1153 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It is assumed here that 0 is a square but not a triangular number. - Amiram Eldar, Dec 08 2019
LINKS
EXAMPLE
a(5) = 82 because 82 = 1 + 81; 82 = 66 + 16; 82 = 78 + 4.
MATHEMATICA
aQ[n_] := Length @ Solve[x^2 + y (y + 1)/2 == n && x >= 0 && y > 0, {x, y}, Integers] == 3; Select[Range[1200], aQ] (* Amiram Eldar, Dec 08 2019 *)
CROSSREFS
Sequence in context: A372096 A298487 A359315 * A088409 A219959 A307344
KEYWORD
nonn
AUTHOR
Jason Earls, May 17 2003
EXTENSIONS
Name clarified by Amiram Eldar, Dec 08 2019
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)