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!)
A082657 Integers expressible as the sum of a square and a triangular number in just one way. 4
1, 2, 3, 4, 5, 6, 11, 12, 14, 16, 17, 21, 24, 25, 29, 30, 32, 35, 36, 39, 42, 44, 49, 50, 51, 53, 54, 56, 57, 65, 66, 71, 72, 74, 75, 77, 78, 80, 81, 84, 95, 96, 101, 104, 105, 107, 110, 116, 117, 119, 120, 122, 126, 128, 129, 131, 137, 141, 149, 150, 152, 153, 156, 161 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
It is assumed here that 0 is a square but not a triangular number. - Amiram Eldar, Dec 08 2019
LINKS
MATHEMATICA
aQ[n_] := Length @ Solve[x^2 + y (y + 1)/2 == n && x >= 0 && y > 0, {x, y}, Integers] == 1; Select[Range[161], aQ] (* Amiram Eldar, Dec 08 2019 *)
CROSSREFS
Sequence in context: A032984 A108379 A348256 * A108378 A084588 A309548
KEYWORD
nonn
AUTHOR
Jason Earls, May 17 2003
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 July 27 18:35 EDT 2024. Contains 374650 sequences. (Running on oeis4.)