The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A340993 a(n) is the (2n)-th term of the n-fold self-convolution of the sum of divisors function sigma. 2
1, 3, 17, 120, 885, 6713, 51932, 407214, 3224845, 25733325, 206584437, 1666561042, 13498994796, 109713432390, 894291885000, 7307812510970, 59847327807597, 491062976039618, 4036174402666925, 33224883837921930, 273873806179142545, 2260338391869532332 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^(2n)] (Sum_{j>=1} sigma(j)*x^j)^n.
a(n) = A319083(2n,n).
MAPLE
b:= proc(n, k) option remember; `if`(k=0, 1,
`if`(k=1, numtheory[sigma](n+1), (q->
add(b(j, q)*b(n-j, k-q), j=0..n))(iquo(k, 2))))
end:
a:= n-> b(n$2):
seq(a(n), n=0..23);
CROSSREFS
Sequence in context: A368965 A344553 A121572 * A249924 A305307 A074543
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Feb 01 2021
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 May 20 14:08 EDT 2024. Contains 372717 sequences. (Running on oeis4.)