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!)
A340838 a(n) = (1/2) * Sum_{k>=0} (k*(k + n))^n / 2^k. 0
1, 4, 139, 11928, 1909787, 491329088, 185373016419, 96425597012608, 66139668570414571, 57840395870803141632, 62813828698519808489915, 82933938539372018962724864, 130828514220436815006398809563, 243020960809424084526916839817216, 525038425527430196237626528753654867 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n,k) * A000670(2*n-k) * n^k.
MATHEMATICA
Table[(1/2) Sum[(k (k + n))^n/2^k, {k, 0, Infinity}], {n, 0, 14}]
Join[{1}, Table[(1/2) Sum[Binomial[n, k] HurwitzLerchPhi[1/2, k - 2 n, 0] n^k, {k, 0, n}], {n, 1, 14}]]
CROSSREFS
Sequence in context: A363114 A029850 A221675 * A291450 A093981 A055304
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 23 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 August 15 09:19 EDT 2024. Contains 375173 sequences. (Running on oeis4.)