|
| |
|
|
A124285
|
|
Number of integer-sided pentagons having perimeter n.
|
|
2
| |
|
|
0, 0, 0, 0, 1, 1, 3, 4, 9, 13, 23, 29, 48, 60, 92, 109, 158, 186, 258, 296, 397, 451, 589, 658, 841, 933, 1169, 1283, 1582, 1728, 2100, 2275, 2732, 2948, 3502, 3756, 4419, 4725, 5511, 5866, 6789, 7207, 8283, 8761, 10006, 10560, 11990, 12617, 14250, 14968
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,7
|
|
|
COMMENTS
| Rotations and reversals are counted only once. Note that this is different from A069906, which counts pentagons whose sides are nondecreasing.
|
|
|
EXAMPLE
| The three pentagons having perimeter 7 are (1,1,1,2,2), (1,1,2,1,2) and (1,1,1,1,3).
|
|
|
MATHEMATICA
| Needs["DiscreteMath`Combinatorica`"]; Table[s=Select[Partitions[n], Length[ # ]==5 && #[[1]]<Total[Rest[ # ]]&]; cnt=0; Do[cnt=cnt+Length[ListNecklaces[5, s[[i]], Dihedral]], {i, Length[s]}]; cnt, {n, 50}]
|
|
|
CROSSREFS
| Cf. A057886 (quadrilaterals), A124286 (hexagons), A124287 (k-gons).
Sequence in context: A103014 A116552 A167930 * A131326 A089300 A079284
Adjacent sequences: A124282 A124283 A124284 * A124286 A124287 A124288
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| T. D. Noe (noe(AT)sspectra.com), Oct 24 2006
|
| |
|
|