|
Search: id:A006522
|
|
|
| A006522 |
|
4-dimensional analogue of centered polygonal numbers. Also number of regions created by sides and diagonals of n-gon. (Formerly M3413)
|
|
+0 10
|
|
| 1, 0, 0, 1, 4, 11, 25, 50, 91, 154, 246, 375, 550, 781, 1079, 1456, 1925, 2500, 3196, 4029, 5016, 6175, 7525, 9086, 10879, 12926, 15250, 17875, 20826, 24129, 27811, 31900, 36425, 41416, 46904, 52921, 59500, 66675, 74481, 82954, 92131
(list; graph; listen)
|
|
|
OFFSET
|
0,5
|
|
|
REFERENCES
|
L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 74, Problem 8.
J. W. Freeman, The number of regions determined by a convex polygon, Math. Mag., 49 (1976), 23-25.
R. Honsberger, Mathematical Gems, M.A.A., 1973, p. 102.
|
|
LINKS
|
Math Forum, Regions of a circle Cut by Chords to n points.
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.
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
FORMULA
|
a(n)=binomial(n, 4)+ binomial(n-1, 2)
binomial(n,2)+binomial(n,3)+binomial(n,4), n>=-1. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 23 2006
|
|
EXAMPLE
|
For a pentagon in general position, 11 regions are formed (Comtet, Fig. 20, p. 74).
|
|
MAPLE
|
A006522 := n->(1/24)*(n-1)*(n-2)*(n^2-3*n+12);
[seq(binomial(n, 2)+binomial(n, 3)+binomial(n, 4), n=-1..40)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 23 2006
A006522:=-(1-z+z**2)/(z-1)**5; [S. Plouffe in his 1992 dissertation. Gives sequence except for three leading terms.]
seq(sum(binomial(n, k+1), k=1..3), n=-1..39); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 14 2007
|
|
MATHEMATICA
|
a=2; b=3; s=4; lst={1, 0, 0, 1, s}; Do[a+=n; b+=a; s+=b; AppendTo[lst, s], {n, 2, 6!, 1}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 24 2009]
|
|
CROSSREFS
|
Partial sums of A004006.
Adjacent sequences: A006519 A006520 A006521 this_sequence A006523 A006524 A006525
Sequence in context: A110610 A051462 A006004 this_sequence A036837 A011851 A136395
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|