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!)
A334191 a(n) = exp(1/3) * Sum_{k>=0} (3*k + 1)^n / ((-3)^k * k!). 3
1, 0, -3, -9, 0, 189, 1377, 4374, -26001, -560601, -4999482, -18631053, 235966365, 5966310960, 71037580689, 407585191059, -3965310883512, -157871090202975, -2631946996862451, -24922384546473810, 45577755305571339, 7795795206234609027, 192159735553383097014 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: (1/(1 - x)) * Sum_{k>=0} (-x/(1 - x))^k / Product_{j=1..k} (1 - 3*j*x/(1 - x)).
E.g.f.: exp(x + (1 - exp(3*x)) / 3).
MATHEMATICA
nmax = 22; CoefficientList[Series[1/(1 - x) Sum[(-x/(1 - x))^k/Product[(1 - 3 j x/(1 - x)), {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
nmax = 22; CoefficientList[Series[Exp[x + (1 - Exp[3 x])/3], {x, 0, nmax}], x] Range[0, nmax]!
Table[Sum[Binomial[n, k] * 3^k * BellB[k, -1/3], {k, 0, n}], {n, 0, 22}] (* Vaclav Kotesovec, Apr 18 2020 *)
CROSSREFS
Column k=3 of A334192.
Sequence in context: A343618 A206160 A112972 * A258147 A016673 A304022
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 18 2020
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 16 10:45 EDT 2024. Contains 371709 sequences. (Running on oeis4.)