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!)
A116421 a(n) = 2^(n-1)*binomial(2n-1,n-1)^2. 1
0, 1, 18, 400, 9800, 254016, 6830208, 188457984, 5300380800, 151289881600, 4369251780608, 127394382495744, 3743979352236032, 110768619888640000, 3295931587706880000, 98555678764852838400, 2959750227906986803200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: 1+(K(32x)-1)/4 where K(k)=Elliptic_F(pi/2,k) is the complete Elliptic integral of the first kind;
e.g.f.: BesselI(0, 2*sqrt(2)x)*BesselI(1, 2*sqrt(2)x)/sqrt(2);
a(n) = 2^(n+1)*(binomial(2n,n)/4)^2 - 0^n/8.
Conjecture: n^2*a(n) - (2*n-1)^2*a(n-1) = 0. - R. J. Mathar, Nov 16 2011
MATHEMATICA
Join[{0}, Table[2^(n-1) Binomial[2n-1, n-1]^2, {n, 20}]] (* Harvey P. Dale, Dec 29 2023 *)
PROG
(Magma) [2^(n-1)*Binomial(2*n-1, n-1)^2: n in [0..20]]; // Vincenzo Librandi, Nov 17 2011
(PARI) a(n)=binomial(2*n-1, n-1)^2<<(n-1) \\ Charles R Greathouse IV, Oct 23 2023
CROSSREFS
Cf. A060150.
Sequence in context: A252888 A159647 A111454 * A298465 A260655 A318598
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 14 2006
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 April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)