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!)
A368453 Expansion of e.g.f. 3*exp(x) / (4 - exp(3*x)). 4
1, 2, 8, 52, 452, 4892, 63508, 962012, 16654772, 324375292, 7019618708, 167098274972, 4339293330292, 122075401356092, 3698469101172308, 120054668185331932, 4156854586083305012, 152925374174876071292, 5956866331612558316308, 244927333201908131524892 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 1 + Sum_{k=1..n} 3^(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-1)*binomial(i, j)*v[i-j+1])); v;
CROSSREFS
Cf. A368450.
Sequence in context: A136794 A125787 A358031 * A007832 A111088 A367371
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 May 3 15:10 EDT 2024. Contains 372215 sequences. (Running on oeis4.)