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!)
A351735 Expansion of e.g.f. 1/(1 - 3 * x)^x. 3
1, 0, 6, 27, 324, 4050, 64962, 1224720, 26776656, 665390376, 18529576200, 571602980520, 19349098690248, 713092338026640, 28422424039182768, 1218246132898693080, 55876497505161154560, 2730710993688989519040, 141654212475516155694528 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} 3^(n-k) * |Stirling1(n-k,k)|/(n-k)!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(1/(1-3*x)^x))
(PARI) a(n) = n!*sum(k=0, n\2, 3^(n-k)*abs(stirling(n-k, k, 1))/(n-k)!);
CROSSREFS
Sequence in context: A290802 A360754 A367886 * A322233 A164985 A367884
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 20 2022
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 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)