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!)
A346977 E.g.f.: log( 1 + (exp(x) - 1)^5 / 5! ). 4
1, 15, 140, 1050, 6951, 42399, 239800, 1164570, 2553551, -54771717, -1384474728, -23286667950, -339924740609, -4554547609233, -56481301888144, -630768487283886, -5665064764515849, -18095553874845909, 924820173031946752, 35413415495503624986 (list; graph; refs; listen; history; text; internal format)
OFFSET
5,2
LINKS
FORMULA
a(n) = Stirling2(n,5) - (1/n) * Sum_{k=1..n-1} binomial(n,k) * Stirling2(n-k,5) * k * a(k).
a(n) ~ -(n-1)! * 2^(1+n) * 5^n * cos(n*arctan((2*arctan(sqrt(10 - 2*sqrt(5))/(1 + sqrt(5) + 2^(7/5)/15^(1/5)))) / log(1 + 3^(1/5)*5^(7/10)/2^(2/5) + 15^(1/5)/2^(2/5) + 2^(6/5)*15^(2/5)))) / (100*arctan(sqrt(10 - 2*sqrt(5))/(1 + sqrt(5) + 2^(7/5)/15^(1/5)))^2 + (5*log(1 + 3^(1/5)*5^(7/10)/2^(2/5) + 15^(1/5)/2^(2/5) + 2^(6/5)*15^(2/5)))^2)^(n/2). - Vaclav Kotesovec, Aug 10 2021
MATHEMATICA
nmax = 24; CoefficientList[Series[Log[1 + (Exp[x] - 1)^5/5!], {x, 0, nmax}], x] Range[0, nmax]! // Drop[#, 5] &
a[n_] := a[n] = StirlingS2[n, 5] - (1/n) Sum[Binomial[n, k] StirlingS2[n - k, 5] k a[k], {k, 1, n - 1}]; Table[a[n], {n, 5, 24}]
CROSSREFS
Sequence in context: A035330 A002803 A354394 * A354398 A056281 A000481
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Aug 09 2021
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 23 11:06 EDT 2024. Contains 371905 sequences. (Running on oeis4.)