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!)
A365546 E.g.f. satisfies A(x) = 1 - log(1 - x*A(x)^3)/A(x)^2. 2
1, 1, 3, 23, 298, 5314, 120776, 3341568, 108992472, 4095073848, 174169888536, 8272115427432, 433956083676336, 24921123498835056, 1555004372522100384, 104757005524567577088, 7578056156152486855680, 585874671534300791384064 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (3*n-2*k)!/(3*n-3*k+1)! * |Stirling1(n,k)|.
PROG
(PARI) a(n) = sum(k=0, n, (3*n-2*k)!/(3*n-3*k+1)!*abs(stirling(n, k, 1)));
CROSSREFS
Sequence in context: A333957 A343849 A307418 * A231788 A356872 A088692
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 08 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 July 14 01:56 EDT 2024. Contains 374290 sequences. (Running on oeis4.)