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!)
A331335 L.g.f.: log(Sum_{k>=0} k! * x^k / Product_{j=1..k} (1 - j*x)). 1
1, 5, 31, 241, 2231, 23825, 287687, 3872961, 57514423, 934197425, 16480953127, 313919262625, 6422468800151, 140496324183185, 3273117681693191, 80916019512168321, 2115854823935820151, 58351931794643315825, 1692782510862560536807, 51533053881743794186081 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
exp(Sum_{n>=1} a(n) * x^n / n) = g.f. of A000670.
a(n) = n * A000670(n) - Sum_{k=1..n-1} A000670(k) * a(n-k).
a(n) ~ n * n! / (2 * (log(2))^(n+1)). - Vaclav Kotesovec, Jan 28 2020
MATHEMATICA
nmax = 20; CoefficientList[Series[Log[Sum[k! x^k/Product[1 - j x, {j, 1, k}], {k, 0, nmax}]], {x, 0, nmax}], x] Range[0, nmax] // Rest
CROSSREFS
Sequence in context: A177797 A293717 A186859 * A082579 A294214 A261498
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 14 2020
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 April 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)