Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000579
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000579 Figurate numbers or binomial coefficients C(n,6).
(Formerly M4390 N1847)
+0
38
1, 7, 28, 84, 210, 462, 924, 1716, 3003, 5005, 8008, 12376, 18564, 27132, 38760, 54264, 74613, 100947, 134596, 177100, 230230, 296010, 376740, 475020, 593775, 736281, 906192, 1107568, 1344904, 1623160, 1947792, 2324784, 2760681, 3262623 (list; graph; listen)
OFFSET

6,2

COMMENT

Number of triangles (all of whose vertices lie inside the circle) formed when n points in general position on a circle are joined by straight lines - Antreas P. Hatzipolakis (xpolakis(AT)otenet.gr), May 25, 2000.

Figurate numbers based on 6-dimensional regular simplex. According to Hyun Kwang Kim, it appears that every nonnegative integer can be represented as the sum of g = 13 of these numbers. - Jonathan Vos Post (jvospost2(AT)yahoo.com), Nov 28 2004

a(n) = A110555(n+1,6). - Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), Jul 27 2005

a(n) is the number of terms in the expansion of (a_1+a_2+a_3+a_4+a_5+a_6+a_7)^n - Sergio Falcon (sfalcon(AT)dma.ulpgc.es), Feb 12 2007

Product of six consecutive numbers divided by 6! - Artur Jasinski (grafix(AT)csl.pl), Dec 02 2007

Only prime in this sequence is 7 - Artur Jasinski (grafix(AT)csl.pl), Dec 02 2007

REFERENCES

S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures}, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 828.

L. E. Dickson, History of the Theory of Numbers. Carnegie Institute Public. 256, Washington, DC, Vol. 1, 1919; Vol. 2, 1920; Vol. 3, 1923, see vol. 2, p. 7.

Leo Moser, Mathematics Magazine, 26 (March, 1953), p. 226.

J. C. P. Miller, editor, Table of Binomial Coefficients. Royal Society Mathematical Tables, Vol. 3, Cambridge Univ. Press, 1954.

A. H. Beiler, Recreations in the Theory of Numbers, Dover, NY, 1964, p. 196.

Charles W. Trigg: Mathematical Quickies. New York: Dover Publications, Inc., 1985, p. 11, #32

LINKS

T. D. Noe, Table of n, a(n) for n=6..1000

Milan Janjic, Two Enumerative Functions

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, December 1972 [alternative scanned copy].

S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures}, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.

S. Plouffe, 1031 Generating Functions and Conjectures, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.

P. J. Cameron, Sequences realized by oligomorphic permutation groups, J. Integ. Seqs. Vol. 3 (2000), #00.1.5.

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 256

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

H. K. Kim, On Regular Polytope Numbers, Journal: Proc. Amer.Math. Soc. 131 (2003), 65-75, as PDF file.

J. V. Post, Table of Polytope Numbers, Sorted, Through 1,000,000.

FORMULA

G.f. if offset 0: 1/(1-x)^7.

(x^6-15*x^5+85*x^4-225*x^3+274*x^2-120*x)/720

Conjecture: a(n+3) = Sum{0<=k, l, m<=n; k+l+m<=n} k*l*m. - Ralf Stephan (ralf(AT)ark.in-berlin.de), May 06 2005

Convolution of the nonnegative numbers (A001477) with the hexagonal numbers (A000389). Also convolution of the triangular numbers (A000217) with the tetrahedral numbers (A000292) - Sergio Falcon (sfalcon(AT)dma.ulpgc.es), Feb 12 2007

a(n)=numbperm (n,6)/720, n>=6 . - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 26 2007

a(n)=n(n+1)(n+2)(n+3)(n+4)(n+5)/720 - Artur Jasinski (grafix(AT)csl.pl), Dec 02 2007

MAPLE

A000579 := n->binomial(n, 6);

ZL := [S, {S=Prod(B, B, B, B, B, B, B), B=Set(Z, 1 <= card)}, unlabeled]: seq(combstruct[count](ZL, size=n), n=7..40); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 13 2007

seq(numbperm (n, 6)/720, n=6..39); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 26 2007

A000579:=-1/(z-1)**7; [Conjectured by S. Plouffe in his 1992 dissertation.]

MATHEMATICA

Table[Binomial[n, 6], {n, 6, 50}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 02 2006

Table[n(n + 1)(n + 2)(n + 3)(n + 4)(n + 5)/720, {n, 1, 100}] - Artur Jasinski (grafix(AT)csl.pl), Dec 02 2007

CROSSREFS

Cf. A053135, A053128, A000580, A000581, A000582.

Cf. A000217, A000292, A000332, A000389.

Adjacent sequences: A000576 A000577 A000578 this_sequence A000580 A000581 A000582

Sequence in context: A049018 A008489 A023032 this_sequence A049017 A054469 A117473

KEYWORD

nonn,easy,nice

AUTHOR

njas

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), Mar 17 2000

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 02 2006

page 1

Search completed in 0.003 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 16 23:01 EDT 2008. Contains 139884 sequences.


AT&T Labs Research