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!)
A002739 a(n) = ((2*n-1)!/(2*n!*(n-2)!))*((n^3-3*n^2+2*n+2)/(n^2-1)).
(Formerly M4732 N2024)
2

%I M4732 N2024 #37 Oct 18 2022 19:15:18

%S 1,10,91,651,4026,22737,120835,615043,3031678,14578928,68747966,

%T 319075550,1461581460,6621579135,29718121635,132302508195,

%U 584868588150,2569600678260,11227927978410,48822435838410,211370463290220,911509393468050,3916793943349326,16776146058210126,71641860657928876

%N a(n) = ((2*n-1)!/(2*n!*(n-2)!))*((n^3-3*n^2+2*n+2)/(n^2-1)).

%C The former name was "Coefficients for extrapolation".

%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 G. C. Greubel, <a href="/A002739/b002739.txt">Table of n, a(n) for n = 2..1000</a>

%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> (Annotated scans of some selected pages)

%F a(n) ~ 2^(2*n-5)*(8*n-33)*sqrt(n/Pi). - _Peter Luschny_, Jan 18 2020

%F From _G. C. Greubel_, Mar 23 2022: (Start)

%F a(n) = (1/4)*(n^3 - 3*n^2 + 2*n + 2)*A000108(n).

%F G.f.: (1 -9*x +21*x^2 +2*x^3)/(2*x*(1-4*x)^(5/2)) - (1 +x +x^2)/(2*x). (End)

%p t4 := n-> ((2*n-1)! /(2*n!*(n-2)!))*((n^3-3*n^2+2*n+2)/(n^2-1));

%p [seq(t4(n),n=2..40)];

%t Table[(n^3-3*n^2+2*n+2)*CatalanNumber[n]/4, {n,2,30}]

%o (Magma) [(n^3 -3*n^2 +2*n +2)*Catalan(n)/4: n in [2..30]]; // _G. C. Greubel_, Mar 23 2022

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

%Y A diagonal of A331432.

%K nonn

%O 2,2

%A _N. J. A. Sloane_

%E Entry revised by _N. J. A. Sloane_, Jan 18 2020

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 25 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)