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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055796 T(2n+3,n), array T as in A055794. 2
1, 5, 16, 42, 98, 210, 420, 792, 1419, 2431, 4004, 6370, 9828, 14756, 21624, 31008, 43605, 60249, 81928, 109802, 145222, 189750, 245180, 313560, 397215, 498771, 621180, 767746, 942152 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

If Y is a 2-subset of an n-set X then, for n>=6, a(n-6) is the number of 6-subsets of X which have no exactly one element in common with Y. - Milan R. Janjic (agnus(AT)blic.net), Dec 28 2007

LINKS

Alexsandar Petojevic, The Function vM_m(s; a; z) and Some Well-Known Sequences, Journal of Integer Sequences, Vol. 5 (2002), Article 02.1.7

FORMULA

(n+1)(n+2)(n+3)(n+4)(n^2-n+30)/720.

binomial(n,6)+binomial(n,4),n>=4. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 24 2006

MAPLE

[seq(binomial(n, 6)+binomial(n, 4), n=4..33)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 24 2006

MATHEMATICA

a=1; b=2; c=3; d=4; s=5; lst={1, s}; Do[a+=n; b+=a; c+=b; d+=c; s+=d; AppendTo[lst, s], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 24 2009]

CROSSREFS

Sequence in context: A014175 A097810 A187004 * A002662 A143962 A066634

Adjacent sequences:  A055793 A055794 A055795 * A055797 A055798 A055799

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 16:39 EST 2012. Contains 205823 sequences.