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!)
A360602 a(n) = ((2*n + 1)! / n!)^2 / (n + 1). 0
1, 18, 1200, 176400, 45722880, 18441561600, 10685567692800, 8414884558080000, 8646761377013760000, 11237331085567082496000, 18020592759036666839040000, 34953943088278121445457920000, 80662945588334126412595200000000, 218412210097326433146332774400000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Modified Struve Function.
Eric Weisstein's World of Mathematics, Struve function.
Wikipedia, Struve function.
FORMULA
a(n) = CatalanNumber(n) * (2*n)! * (2*n + 1)^2.
a(n) ~ (4*n/e)^(2*n)*(8*n - 2/3).
From Amiram Eldar, Mar 02 2023: (Start)
Sum_{n>=0} 1/a(n) = 1/2 + StruveL(0, 1/2)*Pi/2 + StruveL(1, 1/2)*Pi/4, where StruveL is the modified Struve function.
Sum_{n>=0} (-1)^n/a(n) = 1/2 + StruveH(0, 1/2)*Pi/2 - StruveH(1, 1/2)*Pi/4, where StruveH is the Struve function. (End)
MAPLE
a := n -> ((2*n + 1)! / n!)^2 / (n + 1):
seq(a(n), n = 0..13);
MATHEMATICA
a[n_] := ((2*n + 1)!/n!)^2/(n + 1); Array[a, 14, 0] (* Amiram Eldar, Mar 02 2023 *)
CROSSREFS
Sequence in context: A333006 A064564 A152933 * A177602 A252969 A182286
KEYWORD
nonn
AUTHOR
Peter Luschny, Feb 16 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 July 19 01:31 EDT 2024. Contains 374388 sequences. (Running on oeis4.)