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!)
A371231 E.g.f. satisfies A(x) = 1 - x*A(x)^3*log(1 - x*A(x)^3). 2
1, 0, 2, 3, 152, 930, 42804, 574140, 27267456, 613793376, 31378237200, 1021391030880, 57256014687552, 2456525677525920, 152135168050833408, 8093376365276966400, 554533365688970342400, 35081649646969248529920, 2653840371674014197608448 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * (3*n)! * Sum_{k=0..floor(n/2)} |Stirling1(n-k,k)|/( (n-k)! * (3*n-k+1)! ).
PROG
(PARI) a(n) = n!*(3*n)!*sum(k=0, n\2, abs(stirling(n-k, k, 1))/((n-k)!*(3*n-k+1)!));
CROSSREFS
Sequence in context: A124236 A371272 A115231 * A042369 A371273 A328257
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 15 2024
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 27 22:21 EDT 2024. Contains 375471 sequences. (Running on oeis4.)