A005683 Numbers of Twopins positions.
1, 2, 3, 5, 8, 13, 22, 37, 63, 108, 186, 322, 559, 973, 1697, 2964, 5183, 9071, 15886, 27835, 48790, 85545, 150021, 263136, 461596, 809812, 1420813, 2492945, 4374273, 7675598, 13468787, 23634817, 41474548, 72780553, 127718046, 224125677, 393308019, 690200668
Offset: 3
Keywords
References
- R. K. Guy, "Anyone for Twopins?", in D. A. Klarner, editor, The Mathematical Gardner. Prindle, Weber and Schmidt, Boston, 1981, pp. 2-15.
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Links
- R. K. Guy, Anyone for Twopins?, in D. A. Klarner, editor, The Mathematical Gardner. Prindle, Weber and Schmidt, Boston, 1981, pp. 2-15. [Annotated scanned copy, with permission]
- 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 (2, 0, 0, -1, 0, -1).
Programs
-
Maple
A005683:=-(-1+z**2+z**3+z**4+z**5)/(z**3-z**2+2*z-1)/(z**3+z**2-1); [Conjectured by Simon Plouffe in his 1992 dissertation.]
-
Mathematica
CoefficientList[Series[(1-x^2-x^3-x^4-x^5)/(1-2x+x^4+x^6),{x,0,40}],x] (* or *) LinearRecurrence[{2,0,0,-1,0,-1},{1,2,3,5,8,13},40] (* Harvey P. Dale, Jun 20 2011 *)
Formula
G.f.: x^3*(1-x^2-x^3-x^4-x^5)/(1-2*x+x^4+x^6). - Ralf Stephan, Apr 20 2004
a(3)=1, a(4)=2, a(5)=3, a(6)=5, a(7)=8, a(8)=13, a(n)=2*a(n-1)- a(n-4)- a(n-6). - Harvey P. Dale, Jun 20 2011
Extensions
More terms from Harvey P. Dale, Jun 20 2011
Comments