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!)
A037954 a(n) = binomial(n, floor((n-7)/2)). 3
0, 0, 0, 0, 0, 0, 0, 1, 1, 9, 10, 55, 66, 286, 364, 1365, 1820, 6188, 8568, 27132, 38760, 116280, 170544, 490314, 735471, 2042975, 3124550, 8436285, 13123110, 34597290, 54627300, 141120525, 225792840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
FORMULA
(n+8)*(n-7)*a(n) = 2*(n)*a(n-1) + 4*(n-1)*n*a(n-2). - R. J. Mathar, Jul 26 2015
From G. C. Greubel, Jun 21 2022: (Start)
G.f.: ((1 +x -8*x^2 -7*x^3 +20*x^4 +14*x^5 -16*x^6 -7*x^7 +2*x^8) - (1 +x -6*x^2 - 5*x^3 +10*x^4 +6*x^5 -4*x^6 -x^7)*sqrt(1-4*x^2))/(2*x^8*sqrt(1-4*x^2)).
E.g.f.: BesselI(7, 2*x) + BesselI(8, 2*x). (End)
MATHEMATICA
Table[Binomial[n, Floor[(n-7)/2]], {n, 0, 40}] (* Harvey P. Dale, Apr 15 2020 *)
PROG
(Magma) [Binomial(n, Floor((n-7)/2)): n in [0..40]]; // G. C. Greubel, Jun 21 2022
(SageMath) [binomial(n, (n-7)//2) for n in (0..40)] # G. C. Greubel, Jun 21 2022
CROSSREFS
Sequence in context: A156857 A259914 A368047 * A271062 A041174 A048070
KEYWORD
nonn
AUTHOR
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 8 14:31 EDT 2024. Contains 372334 sequences. (Running on oeis4.)