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!)
A370939 Expansion of e.g.f. (1/x) * Series_Reversion( x*(1 + log(1-3*x)/3) ). 1
1, 1, 7, 93, 1848, 49194, 1646352, 66471138, 3145730760, 170825968008, 10472450056632, 715494753359352, 53913145327125840, 4441896708946850880, 397268517350608957440, 38332384702788360859344, 3969252425402471222357760, 439043217473917940361120000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)!) * Sum_{k=0..n} 3^(n-k) * (n+k)! * |Stirling1(n,k)|.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(serreverse(x*(1+log(1-3*x)/3))/x))
(PARI) a(n) = sum(k=0, n, 3^(n-k)*(n+k)!*abs(stirling(n, k, 1)))/(n+1)!;
CROSSREFS
Sequence in context: A006178 A029808 A089915 * A318697 A337457 A346463
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 06 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 26 07:40 EDT 2024. Contains 375454 sequences. (Running on oeis4.)