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!)
A026958 a(n) = Sum_{k=0..n-2} T(n,k) * T(n,k+2), with T given by A026615. 16
1, 10, 69, 340, 1476, 6074, 24419, 97136, 384428, 1517422, 5981070, 23556746, 92743296, 365078146, 1437124303, 5657887016, 22279053380, 87749051950, 345704345066, 1362361338578, 5370436417996, 21176724230654, 83529562154498, 329573910914930, 1300752571946396 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
FORMULA
a(n) = binomial(2*n, n+2)*(49*n^4 - 154*n^3 + 209*n^2 - 200*n + 108)/(24*binomial(2*n, 4)) -2*(n^2 - 2*n + 2) + [n=2]. - G. C. Greubel, Jun 17 2024
MATHEMATICA
Table[Binomial[2*n, n+2]*(49*n^4 -154*n^3 +209*n^2 -200*n +108)/(24* Binomial[2*n, 4]) -2*(n^2-2*n+2) + Boole[n==2], {n, 2, 40}] (* G. C. Greubel, Jun 17 2024 *)
PROG
(Magma) [n eq 2 select 1 else Binomial(2*n, n+2)*(49*n^4 -154*n^3 + 209*n^2 -200*n +108)/(24*Binomial(2*n, 4)) -2*(n^2-2*n+2): n in [2..40]]; // G. C. Greubel, Jun 17 2024
(SageMath) [binomial(2*n, n+2)*(49*n^4 -154*n^3 +209*n^2 -200*n +108 )/(24*binomial(2*n, 4)) -2*(n^2-2*n+2) +int(n==2) for n in range(2, 41)] # G. C. Greubel, Jun 17 2024
CROSSREFS
Cf. A026960.
Sequence in context: A219466 A330352 A321060 * A026988 A081280 A038806
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Oct 20 2019
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 September 14 12:31 EDT 2024. Contains 375921 sequences. (Running on oeis4.)