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!)
A362072 Antidiagonal sums of A336225. 3
0, 0, 1, 4, 10, 20, 35, 20, 39, 48, 57, 58, 61, 58, 95, 110, 140, 114, 159, 186, 205, 172, 160, 134, 203, 206, 252, 216, 288, 262, 265, 280, 281, 260, 371, 354, 381, 282, 382, 430, 454, 410, 425, 392, 528, 510, 528, 466, 568, 628, 593, 626, 629, 594, 666, 684, 775 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=1..n} A007953(k*(n-k)). - Andrew Howroyd, Apr 08 2023
MATHEMATICA
T[i_, j_]:=Total[IntegerDigits[i*j]]; Table[Sum[T[n-j, j], {j, 0, n}], {n, 0, 56}]
PROG
(PARI) a(n) = sum(k=1, n, sumdigits(k*(n-k))) \\ Andrew Howroyd, Apr 08 2023
CROSSREFS
Sequence in context: A008116 A301162 A353128 * A102533 A341133 A008033
KEYWORD
nonn,base,look
AUTHOR
Stefano Spezia, Apr 08 2023
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 13 13:53 EDT 2024. Contains 374284 sequences. (Running on oeis4.)