login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A362848 a(n) = Sum_{k=0..n} 4^k * Gamma(n + k + 1/2) / Gamma(n - k + 1/2). Row sums of A362847. 1
1, 4, 121, 11376, 2165689, 689873284, 330204013569, 221470234531456, 198160750081637521, 228040136335670652324, 328106086348844570538409, 577082259304437657893671984, 1218130815379359944856599793801, 3039062974890293661892991548863076 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} (2*(n + k) - 1)!! / (2*(n - k) - 1)!!. - Detlef Meya, Oct 09 2023
a(n) ~ 2^(4*n + 1/2) * n^(2*n) / exp(2*n). - Vaclav Kotesovec, Oct 09 2023
MATHEMATICA
a[n_]:= Sum[(2*(n+k)-1)!!/(2*(n-k)-1)!!, {k, 0, n}]; Flatten[Table[a[n], {n, 0, 13}]] (* Detlef Meya, Oct 09 2023 *)
CROSSREFS
Cf. A362847.
Sequence in context: A358570 A263612 A033934 * A144508 A169972 A360664
KEYWORD
nonn
AUTHOR
Peter Luschny, May 05 2023
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 December 7 21:37 EST 2023. Contains 367662 sequences. (Running on oeis4.)