OFFSET
2,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 2..10000
Index entries for linear recurrences with constant coefficients, signature (0,4,0,-6,0,4,0,-1).
FORMULA
G.f.: x^3*(x^6+5x^4+20x^3+75x^2+28x+15)/((x-1)^4*(x+1)^4). - Ralf Stephan, Sep 03 2003
Sum_{n>=3} 1/a(n) = 11/9 + Pi/6 - 7*log(2)/3. - Amiram Eldar, Sep 21 2023
EXAMPLE
Fractions begins with 0, 15/4, 28/3, 135/8, 132/5, 455/12, 360/7, 1071/16, 760/9, 2079/20, 1380/11, 3575/24, ...
MATHEMATICA
a[n_] := Numerator[n*(n - 2)*(2*n - 1)/(2*(n - 1))]; Array[a, 50, 2] (* Amiram Eldar, Sep 21 2023 *)
PROG
(PARI) a(n) = numerator(n*(n-2)*(2*n-1)/(2*(n-1))); \\ Amiram Eldar, Sep 21 2023
CROSSREFS
KEYWORD
nonn,easy,frac
AUTHOR
EXTENSIONS
More terms from Amiram Eldar, Sep 21 2023
STATUS
approved