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!)
A352841 Expansion of e.g.f. 1/(1 - Sum_{k>=1} sigma_k(k) * x^k/k!). 2
1, 1, 7, 64, 851, 13906, 277972, 6466650, 172651643, 5186830537, 173327806752, 6373233407498, 255743444526584, 11119651415719744, 520752884139087852, 26132341317365562754, 1398900109763305183707, 79569524691656775423766 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} sigma_k(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, k)*x^k/k!))))
(PARI) a(n) = if(n==0, 1, sum(k=1, n, sigma(k, k)*binomial(n, k)*a(n-k)));
CROSSREFS
Sequence in context: A197785 A360465 A252654 * A197787 A024095 A274823
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 05 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 September 13 08:45 EDT 2024. Contains 375904 sequences. (Running on oeis4.)