The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A340837 a(n) = (1/2) * Sum_{k>=0} (k*(k - 1))^n / 2^k. 1
1, 2, 52, 3272, 382672, 71819552, 19755648832, 7489898916992, 3743721038908672, 2385494267756237312, 1887436919680269939712, 1815491288416066631616512, 2086364959404184854563049472, 2823211429546048668686123343872, 4443155724532239407325655263035392 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^k * binomial(n,k) * A000670(2*n-k).
a(n) = 2 * A080163(n) for n > 0. - Hugo Pfoertner, Jan 23 2021
a(n) = A122101(2*n,n). - Alois P. Heinz, Jun 23 2023
MATHEMATICA
Table[(1/2) Sum[(k (k - 1))^n/2^k, {k, 0, Infinity}], {n, 0, 14}]
Table[(1/2) Sum[(-1)^k Binomial[n, k] HurwitzLerchPhi[1/2, k - 2 n, 0], {k, 0, n}], {n, 0, 14}]
CROSSREFS
Sequence in context: A099882 A216611 A246485 * A121293 A246743 A057106
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 May 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)