[go: up one dir, main page]

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!)
Revision History for A302398 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A302398 a(n) = n! * [x^n] 1/(1 + x*exp(n*x)).
(history; published version)
#4 by Susanna Cuyler at Sat Apr 07 10:11:10 EDT 2018
STATUS

proposed

approved

#3 by Ilya Gutkovskiy at Sat Apr 07 10:08:06 EDT 2018
STATUS

editing

proposed

#2 by Ilya Gutkovskiy at Sat Apr 07 09:10:27 EDT 2018
NAME

allocated for Ilya Gutkovskiy

a(n) = n! * [x^n] 1/(1 + x*exp(n*x)).

DATA

1, -1, -2, 3, 248, 5655, 62064, -3516625, -376936064, -21890186577, -495165203200, 96687112380639, 20607024735783936, 2471270260977141767, 142697263160045590528, -25986252776953159328625, -11860424645318274482077696, -2719428501410438623907546529, -372732332273232481973818294272

OFFSET

0,3

FORMULA

a(n) = n!*Sum_{k=0..n} (-1)^(n-k)*(n*(n-k))^k/k!.

a(n) = Sum_{k=0..n} (-1)^k*k!*(n*k)^(n-k)*binomial(n,k).

MATHEMATICA

Table[n! SeriesCoefficient[1/(1 + x Exp[n x]), {x, 0, n}], {n, 0, 18}]

Join[{1}, Table[n! Sum[(-1)^(n - k) (n (n - k))^k/k!, {k, 0, n}], {n, 18}]]

Join[{1}, Table[Sum[(-1)^k k! (n k)^(n - k) Binomial[n, k], {k, 0, n}], {n, 18}]]

CROSSREFS

Cf. A134095, A235328, A302397.

KEYWORD

allocated

sign

AUTHOR

Ilya Gutkovskiy, Apr 07 2018

STATUS

approved

editing

#1 by Ilya Gutkovskiy at Sat Apr 07 09:10:27 EDT 2018
NAME

allocated for Ilya Gutkovskiy

KEYWORD

allocated

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 30 07:08 EDT 2024. Contains 375531 sequences. (Running on oeis4.)