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!)
A330603 a(n) = Sum_{k>=0} (k - n)^n / 2^(k + 1). 2
1, 0, 3, -14, 155, -1834, 27867, -492246, 10068459, -232990178, 6025718963, -172182404734, 5387697769467, -183214963001082, 6728091949444491, -265348057242998822, 11185888456798395563, -501937946696294628946, 23886968118494957119011, -1201674025637823778926414 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The n-th term of the n-th inverse binomial transform of A000670.
LINKS
FORMULA
a(n) = n! * [x^n] exp(-n*x) / (2 - exp(x)).
a(n) = Sum_{k=0..n} binomial(n,k) * (-n)^(n - k) * A000670(k).
a(n) ~ (-1)^n * n^n / (2 - exp(-1)). - Vaclav Kotesovec, Dec 19 2019
MATHEMATICA
Table[Sum[(k - n)^n/2^(k + 1), {k, 0, Infinity}], {n, 0, 19}]
Table[HurwitzLerchPhi[1/2, -n, -n]/2, {n, 0, 19}]
Table[n! SeriesCoefficient[Exp[-n x]/(2 - Exp[x]), {x, 0, n}], {n, 0, 19}]
CROSSREFS
Sequence in context: A367422 A002966 A075654 * A261006 A185238 A090897
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 19 2019
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 May 6 17:14 EDT 2024. Contains 372297 sequences. (Running on oeis4.)