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!)
A343709 a(n) = 1 + 3 * Sum_{k=0..n-1} binomial(n,k) * (n-k-1)! * a(k). 5
1, 4, 28, 295, 4159, 73348, 1552468, 38336569, 1081926157, 34350646636, 1211796777748, 47023762576987, 1990643657768683, 91291802205304972, 4508735102829489580, 238583762726054522989, 13466532093135977880025, 807606110028529741369396, 51282242176105846536128236 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: exp(x) / (1 + 3 * log(1 - x)).
MATHEMATICA
a[n_] := a[n] = 1 + 3 Sum[Binomial[n, k] (n - k - 1)! a[k], {k, 0, n - 1}]; Table[a[n], {n, 0, 18}]
nmax = 18; CoefficientList[Series[Exp[x]/(1 + 3 Log[1 - x]), {x, 0, nmax}], x] Range[0, nmax]!
PROG
(PARI) N=20; x='x+O('x^N); Vec(serlaplace(exp(x)/(1+3*log(1-x)))) \\ Seiichi Manyama, Oct 20 2021
CROSSREFS
Sequence in context: A201354 A112938 A307083 * A354147 A362475 A274043
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 26 2021
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 25 09:10 EDT 2024. Contains 371964 sequences. (Running on oeis4.)