|
Search: id:A077043
|
|
| |
|
| 0, 1, 3, 7, 12, 19, 27, 37, 48, 61, 75, 91, 108, 127, 147, 169, 192, 217, 243, 271, 300, 331, 363, 397, 432, 469, 507, 547, 588, 631, 675, 721, 768, 817, 867, 919, 972, 1027, 1083, 1141, 1200, 1261, 1323, 1387, 1452, 1519, 1587, 1657, 1728, 1801, 1875, 1951
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Triangular numbers plus quarter squares: (n+1)*(n+2)/2 + floor(n^2/4) (i.e. A000217(n+1) + A002620(n)).
Largest coefficient in expansion of (1+x+x^2+...+x^(n-1))^3=((1-x^n)/(1-x))^3, i.e. the coefficient of x^floor[3(n-1)/2] and of x^ceiling[3(n-1)/2]; also number of compositions of [3(n+1)/2] into exactly 3 positive integers each no more than n.
A set of n independent statements a,b,c,d..., produces n^2 conditional statements of the form "If a, then b" (including self-implications such as "If a, then a"). If such statements are taken as equivalent to "It is not the case that the first statement is true and the second is false" (material implication), A077043(n) is the minimum number of the conditional statements that can be true. (The maximum number of false conditional statements is A002620(n), the maximum product of two integers whose sum is n.) - Matthew Vandermast (ghodges14(AT)comcast.net), Mar 04 2003
This is also the maximum number of triple intersections between three sets of n lines, where the lines in each set are parallel to each other. E.g. for n=3:
\.\.\.../././
.\.\.\./././.
..\.\.x././..
---+-*-*-+---
----*-*-*----
---+-*-*-+---
.././.x.\.\..
./././.\.\.\.
/././...\.\.\
where '*' = triple intersection, '+' and 'x' = double intersection.
I am pretty sure that the hexagonal configuration of intersections shown above is the optimum and I get the formulae a(n) = (3n^2)/4 for n even and (3n^2+1)/4 for n odd. - Gabriel Nivasch (gnivasch(AT)yahoo.com), Jan 13 2004
For n>1 the sequence represents the maximum number of points that can be placed in a plane such that the largest distances between any two points does not exceed the shortest of the distances between any two points by more than a factor n-1. - Johannes Koelman (Joc_kay(AT)hotmail.com), Apr 27 2006
This is also the number of distinct noncongruent isosceles triangles with side length up to n. - Patrick Hurst (patrick(AT)imsa.edu), May 14 2008
|
|
LINKS
|
Clark Kimberling and John E. Brown, Partial Complements and Transposable Dispersions, J. Integer Seqs., Vol. 7, 2004.
Index entries for sequences related to compositions
|
|
FORMULA
|
a(n) = ceiling[n^2*3/4] = A077042(n, 3).
Also can be computed from 1 * (n choose 0) + 2 * (n choose 1) + 2 * (n choose 2) - sum[(-2)^(k-3) C(n, k)] - Joshua Zucker (joshua.zucker(AT)stanfordalumni.org), Nov 10 2002
a(n)=A002620(n-1)+A002620(n)+A002620(n+1) - Jon Perry (perry(AT)globalnet.co.uk), May 29 2003
a(2k)=a(2k-2)+6k-3, a(2k+1)=a(2k-1)+6k, a(4n)=12n^2, a(4n+1)=a(4n)+6n+1, a(4n+2)=a(4n+1)+6n+2, a(4n+3)=a(4n+2)+6n+4, a(4n+4)=a(4n+3)+6n+5. Differences between alternate terms give 3, 6, 9, 12, ... - Jon Perry (perry(AT)globalnet.co.uk), May 29 2003
a(n+1) - a(n) = A001651(n). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Dec 28 2007
G.f.: x(1+x+x^2)/((1+x)(1-x)^3). a(n)+a(n+1)=A005448(n+1). The inverse binomial transform yields 0 followed by A141531. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 10 2008]
|
|
EXAMPLE
|
a(4)=12 since the compositions of [3*(4+1)/2]=7 into exactly 3 positive integers each no more than 4 are: 1+2+4, 1+3+3, 1+4+2, 2+1+4, 2+2+3, 2+3+3, 2+4+1, 3+1+3, 3+2+2, 3+3+1, 4+1+2, 4+2+1.
|
|
CROSSREFS
|
Sequence in context: A065390 A062714 A006317 this_sequence A022330 A024219 A025713
Adjacent sequences: A077040 A077041 A077042 this_sequence A077044 A077045 A077046
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Henry Bottomley (se16(AT)btinternet.com), Oct 22 2002
|
|
|
Search completed in 0.003 seconds
|