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!)
A308698 Square array A(n,k), n >= 1, k >= 0, read by antidiagonals, where A(n,k) is Sum_{d|n} d^(k*d). 5
1, 1, 2, 1, 5, 2, 1, 17, 28, 3, 1, 65, 730, 261, 2, 1, 257, 19684, 65553, 3126, 4, 1, 1025, 531442, 16777281, 9765626, 46688, 2, 1, 4097, 14348908, 4294967553, 30517578126, 2176783082, 823544, 4, 1, 16385, 387420490, 1099511628801, 95367431640626, 101559956688164, 678223072850, 16777477, 3 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
L.g.f. of column k: -log(Product_{j>=1} (1 - x^j)^(j^(k*j-1))).
G.f. of column k: Sum_{j>=1} j^(k*j) * x^j/(1 - x^j).
EXAMPLE
Square array begins:
1, 1, 1, 1, 1, ...
2, 5, 17, 65, 257, ...
2, 28, 730, 19684, 531442, ...
3, 261, 65553, 16777281, 4294967553, ...
2, 3126, 9765626, 30517578126, 95367431640626, ...
MATHEMATICA
T[n_, k_] := DivisorSum[n, #^(k*#) &]; Table[T[k, n - k], {n, 1, 9}, {k, 1, n}] // Flatten (* Amiram Eldar, May 09 2021 *)
CROSSREFS
Columns k=0..3 give A000005, A062796, A308696, A308697.
Row n=1..2 give A000012, A052539.
Sequence in context: A275431 A281348 A371305 * A308569 A350073 A174978
KEYWORD
nonn,tabl
AUTHOR
Seiichi Manyama, Jun 17 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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)