A006565 Number of ways to color vertices of a hexagon using <= n colors, allowing only rotations.
0, 1, 14, 130, 700, 2635, 7826, 19684, 43800, 88725, 166870, 295526, 498004, 804895, 1255450, 1899080, 2796976, 4023849, 5669790, 7842250, 10668140, 14296051, 18898594, 24674860, 31853000, 40692925, 51489126, 64573614
Offset: 0
Keywords
References
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Links
- Victor Meally, Letter to N. J. A. Sloane, no date.
- Simon Plouffe, Approximations de séries génératrices et quelques conjectures, Dissertation, Université du Québec à Montréal, 1992; arXiv:0911.4975 [math.NT], 2009.
- Simon Plouffe, 1031 Generating Functions, Appendix to Thesis, Montreal, 1992
- Index entries for linear recurrences with constant coefficients, signature (7,-21,35,-35,21,-7,1).
Programs
-
Maple
A006565 := n-> (n^6+n^3+2*n^2+2*n)/6. A006565:=-(1+7*z+53*z**2+49*z**3+10*z**4)/(z-1)**7; [Conjectured by Simon Plouffe in his 1992 dissertation.]
Formula
n*(n+1)*(n^2+n+1)*(n^2-2*n+2)/6.