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!)
A188267 Coefficient of x^n in the series 1/(1-x*F(1/2,1/2;1;16x)), where F(a1,a2;b;x) is the hypergeometric series. 3
1, 1, 5, 45, 501, 6161, 80189, 1082649, 14996021, 211674805, 3031568597, 43920006709, 642265758053, 9465144429045, 140400306506101, 2094220410467877, 31387767877371013, 472406259202624889, 7136241394473619133, 108153547914919084017 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Equivalently, coefficient of x^n in the series 1/(1-(2x/Pi)*K(16x)), where K(x) = (Pi/2)*F(1/2,1/2;1;x) is the complete elliptic integral (defined as in Mathematica, i.e. with x instead of x^2).
LINKS
FORMULA
Recurrence: a(n+1) = sum(binomial(2k,k)^2*a(n-k),k=0..n).
G.f.: 1/(1 - x/AGM(sqrt(1 - 16*x), 1)). - Vaclav Kotesovec, Sep 30 2019
a(n) ~ Pi * 2^(4*n + 4) / (n * (log(n) - 16*Pi)^2) * (1 - 2*(gamma + 4*log(2)) / (log(n) - 16*Pi) + (3*gamma^2 - Pi^2/2 + 24*gamma*log(2) + 48*log(2)^2) / (log(n) - 16*Pi)^2), where gamma is the Euler-Mascheroni constant A001620. - Vaclav Kotesovec, Oct 01 2019
MATHEMATICA
CoefficientList[Series[1/(1-(2x/Pi)EllipticK[16x]), {x, 0, 100}], x]
a[0] = 1; Flatten[{1, Table[a[n+1] = Sum[Binomial[2*k, k]^2*a[n-k], {k, 0, n}], {n, 0, 20}]}] (* Vaclav Kotesovec, Sep 28 2019 *)
CROSSREFS
Sequence in context: A232730 A151831 A233834 * A133305 A316705 A248586
KEYWORD
nonn,easy
AUTHOR
Emanuele Munarini, Mar 30 2011
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 June 11 14:45 EDT 2024. Contains 373311 sequences. (Running on oeis4.)