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!)
A375721 Expansion of e.g.f. 1 / (1 + 3 * log(1 - x))^2. 0
1, 6, 60, 822, 14238, 297684, 7286076, 204251328, 6450932448, 226613038608, 8763294140064, 369900822475728, 16922169163019088, 833991953707934496, 44050579327333028448, 2482381132145285334912, 148660444826262311114880, 9427874254540824544312320 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 3^k * (k+1)! * |Stirling1(n,k)|.
a(0) = 1; a(n) = 3 * Sum_{k=1..n} (k/n + 1) * (k-1)! * binomial(n,k) * a(n-k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(1/(1+3*log(1-x))^2))
(PARI) a(n) = sum(k=0, n, 3^k*(k+1)!*abs(stirling(n, k, 1)));
CROSSREFS
Cf. A367472.
Sequence in context: A168478 A101470 A367472 * A066151 A339191 A000407
KEYWORD
nonn,new
AUTHOR
Seiichi Manyama, Aug 25 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 03:00 EDT 2024. Contains 375454 sequences. (Running on oeis4.)