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!)
A002736 Apéry numbers: a(n) = n^2*C(2n,n).
(Formerly M2136 N0848)
17

%I M2136 N0848 #116 Oct 18 2022 19:09:26

%S 0,2,24,180,1120,6300,33264,168168,823680,3938220,18475600,85357272,

%T 389398464,1757701400,7862853600,34901442000,153876579840,

%U 674412197580,2940343837200,12759640231800,55138611528000,237371722628040,1018383898440480

%N Apéry numbers: a(n) = n^2*C(2n,n).

%C Let H be the n X n Hilbert matrix H(i,j) = 1/(i+j-1) for 1 <= i,j <= n. Let B be the inverse matrix of H. The sum of the elements in row n-1 of B equals -a(n-1). - _T. D. Noe_, May 01 2011

%D J. Ser, Les Calculs Formels des Séries de Factorielles, Gauthier-Villars, Paris, 1933, p. 93.

%D N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%H T. D. Noe, <a href="/A002736/b002736.txt">Table of n, a(n) for n = 0..200</a>

%H Paul S. Bruckman, <a href="https://fq.math.ca/Scanned/37-1/elementary37-1.pdf">Problem B-871</a>, Elementary Problems and Solutions, The Fibonacci Quarterly, Vol. 37, No. 1 (1999), p. 85.

%H J. Ser, <a href="/A002720/a002720_4.pdf">Les Calculs Formels des Séries de Factorielles</a>, Gauthier-Villars, Paris, 1933 [Local copy].

%H J. Ser, <a href="/A002720/a002720.pdf">Les Calculs Formels des Séries de Factorielles</a>Gauthier-Villars, Paris, 1933 (Annotated scans of some selected pages).

%H Indulis Strazdins, <a href="http://www.fq.math.ca/Scanned/38-1/elementary38-1.pdf">Solution to problem B-871</a>, Fibonacci Quartely, Vol. 38, No. 1 (2000), pp. 86-87.

%H Hans J. H. Tuenter, <a href="https://arxiv.org/abs/math/0606080">Walking into an absolute sum</a>, arXiv:math/0606080 [math.NT], 2006. Published version on <a href="http://www.fq.math.ca/Scanned/40-2/tuenter.pdf">Walking into an absolute sum</a>, The Fibonacci Quarterly, Vol. 40, No. 2 (May 2002), pp. 175-180.

%H A. J. van der Poorten, <a href="http://dx.doi.org/10.1007/BF03028234">A proof that Euler missed...Apery's proof of the irrationality of zeta(3)</a>, Math. Intelligencer, Vol. 1 (1978/1979), pp. 195-203.

%F G.f.: x*(4*x+2)/((1-4*x)^(5/2)). - _Marco A. Cisneros Guevara_, Jul 25 2011

%F Sum_{n>=1} 1/a(n) = Pi^2/18 (Euler). - _Benoit Cloitre_, Apr 07 2002

%F From _Ilya Gutkovskiy_, Jan 17 2017: (Start)

%F a(n) ~ 4^n*n^(3/2)/sqrt(Pi).

%F Sum_{n>=1} (-1)^(n+1)/a(n) = 2*log(phi)^2 = A086467, where phi is the golden ratio. (End)

%F D-finite with recurrence: (-n+1)*a(n) +2*(n+4)*a(n-1) +4*(2*n-3)*a(n-2)=0. - _R. J. Mathar_, Jan 21 2020

%F a(n) = (2n)!/(Gamma(n))^2. - _Diego Rattaggi_, Mar 30 2020

%F a(n) = Sum_{k=0..2*n} binomial(2*n,k)*abs(n-k)^3 (Bruckman, 1999; Strazdins, 2000). - _Amiram Eldar_, Jan 12 2022

%p seq(n^2*binomial(2*n,n), n=0..50); # _Robert Israel_, Aug 07 2014

%t CoefficientList[ Series[x (4 x + 2)/(1 - 4 x)^(5/2), {x, 0, 20}], x] (* _Robert G. Wilson v_, Aug 08 2011 *)

%t Table[n^2 Binomial[2n,n],{n,0,30}] (* _Harvey P. Dale_, Jun 21 2017 *)

%o (MuPAD) combinat::catalan(n)*(n+1)*n^2 $ n = 0..36 // _Zerinvary Lajos_, Apr 17 2007

%o (Magma) [n^2*Binomial(2*n, n): n in [0..30]]; // _Vincenzo Librandi_, Aug 08 2014

%o (PARI) x='x+O('x^100); concat(0, Vec(x*(4*x+2)/((1-4*x)^(5/2)))) \\ _Altug Alkan_, Mar 21 2016

%o (PARI) a(n) = n^2*binomial(2*n, n); \\ _Michel Marcus_, Mar 21 2016

%o (Sage) [n^2*(n+1)*catalan_number(n) for n in (0..30)] # _G. C. Greubel_, Mar 23 2022

%Y Cf. A000108, A005258, A005259, A005429, A005430.

%Y A diagonal of A331431.

%K nonn,easy,nice

%O 0,2

%A _N. J. A. Sloane_

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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)