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
Adjacent sequences: A051033 A051034 A051035 * A051037 A051038 A051039
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 July 16 13:03 EDT 2024. Contains 374349 sequences. (Running on oeis4.)