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!)
A352693 Expansion of e.g.f. 1 / (1 - Sum_{k>=1} sigma_2(k) * x^k/k!). 3
1, 1, 7, 46, 455, 5406, 78172, 1312116, 25214479, 544777183, 13080808752, 345471545728, 9953804592152, 310687941345796, 10443489230611052, 376122782541917166, 14449157656748079247, 589772212576633845886, 25488817336672959449725 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} sigma_2(k) * binomial(n,k) * a(n-k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(1/(1-sum(k=1, N, sigma(k, 2)*x^k/k!))))
(PARI) a(n) = if(n==0, 1, sum(k=1, n, sigma(k, 2)*binomial(n, k)*a(n-k)));
CROSSREFS
Sequence in context: A178962 A203267 A319601 * A197754 A000823 A036944
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 29 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 May 1 17:11 EDT 2024. Contains 372175 sequences. (Running on oeis4.)