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!)
A234277 a(n) = binomial(floor(n/2),4) + (ceiling(n/2)-3)*binomial(floor(n/2),3). 1
0, 0, 0, 0, 0, 0, 0, 1, 5, 9, 25, 35, 75, 95, 175, 210, 350, 406, 630, 714, 1050, 1170, 1650, 1815, 2475, 2695, 3575, 3861, 5005, 5369, 6825, 7280, 9100, 9660, 11900, 12580, 15300, 16116, 19380, 20349, 24225, 25365, 29925, 31255, 36575, 38115, 44275, 46046, 53130, 55154, 63250, 65550, 74750, 77350, 87750, 90675 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
Dhruv Mubayi, Counting substructures II: Hypergraphs, Combinatorica 33 (2013), no. 5, 591--612. MR3132928.
FORMULA
G.f.: -x^7*(4*x+1) / ((x-1)^5*(x+1)^4). - Colin Barker, Jan 02 2014
a(n) = (2*n - 1 + (-1)^n)*(2*n - 5 + (-1)^n)*(2*n - 9 + (-1)^n)*(10*n - 57 - 3*(-1)^n)/6144. - Luce ETIENNE, Nov 18 2017
MATHEMATICA
CoefficientList[Series[-x^7 (4 x + 1)/((x - 1)^5 (x + 1)^4), {x, 0, 40}], x] (* Vincenzo Librandi Feb 01 2014 *)
LinearRecurrence[{1, 4, -4, -6, 6, 4, -4, -1, 1}, {0, 0, 0, 0, 0, 0, 0, 1, 5}, 60] (* Harvey P. Dale, Jun 27 2020 *)
PROG
(PARI) Vec(-x^7*(4*x+1)/((x-1)^5*(x+1)^4) + O(x^100)) \\ Colin Barker, Jan 02 2014
CROSSREFS
Sequence in context: A116520 A273561 A273746 * A269918 A354775 A273827
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 27 2013
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 06:37 EDT 2024. Contains 372538 sequences. (Running on oeis4.)