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!)
A352694 Expansion of e.g.f. exp(Sum_{k>=1} sigma_2(k) * x^k/k!). 3
1, 1, 6, 26, 167, 1157, 9372, 82742, 806872, 8487255, 96086764, 1159845766, 14866684968, 201266031865, 2867695938970, 42849364911878, 669517721182731, 10910196881874549, 184997231064875867, 3257297876661453487, 59443905364431491367, 1122496527274459462803 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Exponential transform of A001157.
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} sigma_2(k) * binomial(n-1,k-1) * a(n-k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serlaplace(exp(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-1, k-1)*a(n-k)));
CROSSREFS
Sequence in context: A144037 A187458 A100308 * A049040 A103649 A053946
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 August 7 02:33 EDT 2024. Contains 375003 sequences. (Running on oeis4.)