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!)
A350673 Square array read by antidiagonals T(n, k), n, k >= 0; T(n, k) is the sum of the elements of the intersection of the multisets of positive squares summing to n and k, respectively, obtained by the greedy algorithm. 1
0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 2, 1, 0, 0, 0, 2, 2, 0, 0, 0, 1, 0, 3, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 2, 1, 4, 1, 2, 1, 0, 0, 0, 2, 2, 4, 4, 2, 2, 0, 0, 0, 0, 0, 3, 4, 5, 4, 3, 0, 0, 0, 0, 1, 0, 0, 4, 5, 5, 4, 0, 0, 1, 0, 0, 1, 1, 0, 4, 5, 6, 5, 4, 0, 1, 1, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,13
LINKS
FORMULA
T(n, k) = T(k, n).
T(n, n) = n.
T(n, 0) = T(0, k) = 0.
EXAMPLE
Array T(n, k) begins:
n\k| 0 1 2 3 4 5 6 7 8 9 10
---+----------------------------------
0| 0 0 0 0 0 0 0 0 0 0 0
1| 0 1 1 1 0 1 1 1 0 0 1
2| 0 1 2 2 0 1 2 2 0 0 1
3| 0 1 2 3 0 1 2 3 0 0 1
4| 0 0 0 0 4 4 4 4 4 0 0
5| 0 1 1 1 4 5 5 5 4 0 1
6| 0 1 2 2 4 5 6 6 4 0 1
7| 0 1 2 3 4 5 6 7 4 0 1
8| 0 0 0 0 4 4 4 4 8 0 0
9| 0 0 0 0 0 0 0 0 0 9 9
10| 0 1 1 1 0 1 1 1 0 9 10
PROG
(PARI) See Links section.
CROSSREFS
Cf. A350674.
Sequence in context: A356325 A073253 A004198 * A324351 A116402 A093323
KEYWORD
nonn,tabl
AUTHOR
Rémy Sigrist, Jan 10 2022
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 August 31 00:13 EDT 2024. Contains 375550 sequences. (Running on oeis4.)