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!)
A352839 Expansion of g.f. 1/(1 - Sum_{k>=1} sigma_k(k) * x^k). 1
1, 1, 6, 39, 370, 4132, 59288, 990705, 19577018, 439550259, 11142216938, 313147651821, 9680830606850, 325944181383936, 11875777329091878, 465292113335910106, 19507503314546762246, 871248546067010133794, 41295079536653463057146 (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) * a(n-k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(1/(1-sum(k=1, N, sigma(k, k)*x^k)))
(PARI) a(n) = if(n==0, 1, sum(k=1, n, sigma(k, k)*a(n-k)));
CROSSREFS
Sequence in context: A356439 A308861 A124577 * A006678 A252761 A145709
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 April 24 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)