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!)
A368447 Expansion of e.g.f. exp(-x) / (1 + log(1 - 3*x)). 1
1, 2, 22, 305, 5767, 136526, 3883258, 128933255, 4893787021, 208996349714, 9917947451590, 517743558041981, 29485295251306867, 1819129033610512958, 120867373194394631242, 8604378456170991789779, 653370570548903023444249, 52714379598185711313436226 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (-1)^n + Sum_{k=1..n} 3^k * (k-1)! * binomial(n,k) * a(n-k).
PROG
(PARI) a_vector(n) = my(v=vector(n+1)); for(i=0, n, v[i+1]=(-1)^i+sum(j=1, i, 3^j*(j-1)!*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Sequence in context: A367979 A256928 A349107 * A299824 A355724 A266888
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 24 2023
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 June 22 22:41 EDT 2024. Contains 373629 sequences. (Running on oeis4.)