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!)
A320288 a(n) = n! * [x^n] exp(exp(x)*(exp(n*x) - 1)/(exp(x) - 1) - n). 3
1, 1, 14, 504, 35054, 4004100, 680823583, 161337142848, 50830272555828, 20549783554154775, 10370522690234157175, 6390016526512315766520, 4721172172018812127424546, 4119920939845363203406535407, 4192465334819134111336349480680, 4920767556196547768620408273728000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * [x^n] exp(exp(x) + exp(2*x) + exp(3*x) + ... + exp(n*x) - n).
a(n) ~ c * exp(n*exp(1) - 3*n) * n^(2*n), where c = exp((exp(1) - 1)/2) / sqrt(exp(1) - 1) = 1.801245710492990660565773944914841332489711300610532... - Vaclav Kotesovec, Jul 02 2022, updated Mar 18 2024
MATHEMATICA
Table[n! SeriesCoefficient[Exp[Exp[x] (Exp[n x] - 1)/(Exp[x] - 1) - n], {x, 0, n}], {n, 0, 15}]
PROG
(PARI) a(n)={my(A=O(x^(n+2))); n!*polcoef((exp(exp(x + A)*(exp(n*x + A) - 1)/(exp(x + A) - 1) - n)), n)}; \\ Andrew Howroyd, Nov 04 2018
CROSSREFS
Sequence in context: A240411 A024299 A190999 * A344114 A233014 A209096
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Oct 09 2018
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)