login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055809 T(n,n-4), array T as in A055807. 2
1, 15, 32, 56, 88, 129, 180, 242, 316, 403, 504, 620, 752, 901, 1068, 1254, 1460, 1687, 1936, 2208, 2504, 2825, 3172, 3546, 3948, 4379, 4840, 5332, 5856, 6413, 7004, 7630, 8292, 8991, 9728, 10504, 11320, 12177, 13076 (list; graph; refs; listen; history; internal format)
OFFSET

4,2

COMMENTS

If Y_i (i=1,2,3,4) are 2-blocks of an n-set X then, for n>=8, a(n-2) is the number of (n-3)-subsets of X intersecting each Y_i (i=1,2,3,4). - Milan R. Janjic (agnus(AT)blic.net), Nov 09 2007

LINKS

Milan Janjic, Two Enumerative Functions

FORMULA

For n>4, a(n) = n(n^2+3n-22)/6.

MATHEMATICA

f[n_]:=Sum[i+i^2-8, {i, 1, n}]/2; Table[f[n], {n, 5, 5!}] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 08 2010]

CROSSREFS

Sequence in context: A146889 A061047 A098848 * A007256 A112147 A199743

Adjacent sequences:  A055806 A055807 A055808 * A055810 A055811 A055812

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu), May 28 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 13:26 EST 2012. Contains 205802 sequences.