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!)
A008465 2^(2n-6) * C(n,3) - 2^(n-2) * C(n,4). 0
1, 12, 120, 1040, 7840, 52864, 327936, 1912320, 10644480, 57164800, 298428416, 1522626560, 7622451200, 37551144960, 182458122240, 875972788224, 4161315274752, 19583780782080, 91393766195200 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,2
LINKS
FORMULA
(n-3)*(n-4)*a(n) -2*(9*n-35)*(n-4)*a(n-1) +80*(n-1)*(n-5)*a(n-2) -96*(n-1)*(n-2)*a(n-3)=0. - R. J. Mathar, Sep 21 2013
MAPLE
f := n->2^(2*n-6)*binomial(n, 3)-2^(n-2)*binomial(n, 4);
MATHEMATICA
Table[2^(2n-6) Binomial[n, 3]-2^(n-2) Binomial[n, 4], {n, 3, 30}] (* Harvey P. Dale, Oct 12 2016 *)
CROSSREFS
Sequence in context: A009035 A009140 A012273 * A291391 A115902 A277491
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 June 9 04:57 EDT 2024. Contains 373227 sequences. (Running on oeis4.)