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!)
A354751 Expansion of e.g.f. 1 / (1 - log(1 + 4*x) / 4). 3
1, 1, -2, 14, -152, 2264, -42832, 982512, -26484096, 820207488, -28692711168, 1118821622016, -48112717347840, 2261868010650624, -115400220781209600, 6350152838136428544, -374874781697133871104, 23632196147497381625856, -1584445791263626895228928 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} Stirling1(n,k) * k! * 4^(n-k).
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k) * (k-1)! * (-4)^(k-1) * a(n-k).
MATHEMATICA
nmax = 18; CoefficientList[Series[1/(1 - Log[1 + 4 x]/4), {x, 0, nmax}], x] Range[0, nmax]!
Table[Sum[StirlingS1[n, k] k! 4^(n - k), {k, 0, n}], {n, 0, 18}]
PROG
(PARI) my(x='x + O('x^20)); Vec(serlaplace(1/(1-log(1+4*x)/4))) \\ Michel Marcus, Jun 06 2022
CROSSREFS
Sequence in context: A036079 A121227 A250916 * A211398 A219430 A301931
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jun 06 2022
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 1 03:42 EDT 2024. Contains 374810 sequences. (Running on oeis4.)