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!)
A051036 a(n) = binomial(n, floor(n/4)). 9
1, 1, 1, 1, 4, 5, 6, 7, 28, 36, 45, 55, 220, 286, 364, 455, 1820, 2380, 3060, 3876, 15504, 20349, 26334, 33649, 134596, 177100, 230230, 296010, 1184040, 1560780, 2035800, 2629575, 10518300, 13884156, 18156204, 23535820, 94143280, 124403620 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
MATHEMATICA
a[n_] := Binomial[n, Floor[n/4]]; Array[a, 50, 0] (* Enrique Pérez Herrero, Mar 06 2012 *)
PROG
(Python)
from math import comb
def A051036(n): return comb(n, n>>2) # Chai Wah Wu, Feb 02 2023
CROSSREFS
Sequence in context: A071177 A010754 A187807 * A063673 A105737 A335186
KEYWORD
nonn,easy
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)