|
Search: id:A055795
|
|
|
| A055795 |
|
Binomial(n,4)+binomial(n,2). |
|
+0 8
|
|
| 0, 1, 3, 7, 15, 30, 56, 98, 162, 255, 385, 561, 793, 1092, 1470, 1940, 2516, 3213, 4047, 5035, 6195, 7546, 9108, 10902, 12950, 15275, 17901, 20853, 24157, 27840, 31930, 36456, 41448, 46937, 52955, 59535, 66711, 74518, 82992, 92170, 102090, 112791, 124313, 136697
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Answer to the question: if you have a tall building and 4 plates and you need to find the highest story, a plate thrown from which does not break, what is the number of stories you can handle given n tries?
If Y is a 2-subset of an n-set X then, for n>=4, a(n-3) is the number of 4-subsets of X which have no exactly one element in common with Y. - Milan R. Janjic (agnus(AT)blic.net), Dec 28 2007
|
|
LINKS
|
Milan Janjic, Two Enumerative Functions
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
|
Differences give A000127. Also a(1) = 1; a(n) = a(n-1) + 1 + A004006(n-1).
a(n) = C(n, 1) + C(n, 2) + C(n, 3) + C(n, 4) - James Sellers, Mar 16 2002
Row sums of triangle A134394. Also, binomial transform of [1, 2, 2, 2, 1, 0, 0, 0,...]. - Gary W. Adamson (qntmpkt(AT)yahoo.com), Oct 23 2007
O.g.f.: -x^2(1-2x+2x^2)/(x-1)^5. a(n)=A000332(n)+A000217(n-1). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 13 2008
|
|
MAPLE
|
[seq(binomial(n, 4)+binomial(n, 2), n=1..50)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 24 2006
seq(sum(binomial(n, k), k=1..4), n=0..43); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 13 2007
|
|
CROSSREFS
|
T(2n+1, n), array T as in A055794. Cf. A004006, A000127.
Cf. A134394.
Sequence in context: A080011 A120538 A002545 this_sequence A058695 A023610 A062544
Adjacent sequences: A055792 A055793 A055794 this_sequence A055796 A055797 A055798
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Clark Kimberling (ck6(AT)evansville.edu), May 28 2000
|
|
EXTENSIONS
|
Better description from Leonid A. Broukhis (leob(AT)mailcom.com), Oct 24 2000
Edited by Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 24 2006
|
|
|
Search completed in 0.002 seconds
|