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!)
A368445 Expansion of e.g.f. exp(x) / (1 + log(1 - 3*x)). 1
1, 4, 34, 469, 8815, 208348, 5922118, 196568419, 7459854973, 318560689324, 15116763184978, 789119869380577, 44939583072146251, 2772582488089509028, 184216538154508055062, 13114092114632287359919, 995813104288130697683065, 80342826520464644566291828 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 1 + 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+sum(j=1, i, 3^j*(j-1)!*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Cf. A343709.
Sequence in context: A321264 A234291 A193099 * A208831 A294475 A198976
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 July 29 16:55 EDT 2024. Contains 374734 sequences. (Running on oeis4.)