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!)
A022997 Numerator of n*(n-2)*(2*n-1)/(2*(n-1)). 1
0, 15, 28, 135, 132, 455, 360, 1071, 760, 2079, 1380, 3575, 2268, 5655, 3472, 8415, 5040, 11951, 7020, 16359, 9460, 21735, 12408, 28175, 15912, 35775, 20020, 44631, 24780, 54839, 30240, 66495, 36448, 79695, 43452, 94535, 51300, 111111, 60040, 129519, 69720, 149855 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
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
Cf. A022998 (denominators, with an offset shift).
Sequence in context: A223442 A121594 A163286 * A256876 A051121 A001356
KEYWORD
nonn,easy,frac
AUTHOR
EXTENSIONS
More terms from Amiram Eldar, Sep 21 2023
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 May 15 08:34 EDT 2024. Contains 372538 sequences. (Running on oeis4.)