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!)
A339955 Numbers that are the sum of an odd square s and an even square t such that 0 < s < t. 0
5, 17, 25, 37, 45, 61, 65, 73, 89, 101, 109, 113, 125, 145, 149, 153, 169, 181, 193, 197, 205, 221, 225, 245, 257, 265, 277, 281, 305, 317, 325, 333, 337, 349, 365, 373, 377, 401, 405, 409, 425, 445, 449, 481, 485, 493, 509, 521, 533, 549, 565, 569, 577, 585, 601, 605, 613 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
17 is in the sequence since 1^2 + 4^2 = 17, 1 is odd, 16 is even, and 0 < 1 < 16.
MATHEMATICA
Table[If[Sum[Mod[i, 2] Mod[n - i + 1, 2] (Floor[Sqrt[i]] - Floor[Sqrt[i - 1]]) (Floor[Sqrt[n - i]] - Floor[Sqrt[n - i - 1]]), {i, Floor[n/2]}] > 0, n, {}], {n, 700}] // Flatten
CROSSREFS
Sequence in context: A343594 A063588 A307286 * A117635 A268526 A018447
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Dec 24 2020
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 05:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)