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!)
A367152 E.g.f. satisfies A(x) = 1 - log(1 - x*A(x)^3). 2
1, 1, 7, 101, 2250, 68184, 2619822, 122071704, 6689791392, 421670267136, 30055781201520, 2390512621714656, 209893714832795760, 20165895195283566000, 2104433775967024226592, 237043144515185017456320, 28664975599576485530851584, 3704019298858867019823244800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (3*n)! * Sum_{k=0..n} |Stirling1(n,k)|/(3*n-k+1)!.
a(n) ~ (-3 - LambertW(-1, -3*exp(-4)))^(2*n+1) * (-LambertW(-1, -3*exp(-4)))^n * n^(n-1) / (sqrt(-3 - 3*LambertW(-1, -3*exp(-4))) * exp(n)). - Vaclav Kotesovec, Nov 07 2023
MATHEMATICA
Table[(3*n)! * Sum[Abs[StirlingS1[n, k]]/(3*n-k+1)!, {k, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Nov 07 2023 *)
PROG
(PARI) a(n) = (3*n)!*sum(k=0, n, abs(stirling(n, k, 1))/(3*n-k+1)!);
CROSSREFS
Sequence in context: A142358 A210684 A367137 * A357334 A329239 A020477
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 07 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 August 13 22:54 EDT 2024. Contains 375146 sequences. (Running on oeis4.)