A226916 Number of (17,11)-reverse multiples with n digits.
0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 2, 1, 2, 2, 3, 3, 5, 4, 7, 6, 10, 9, 15, 13, 22, 19, 32, 28, 47, 41, 69, 60, 101, 88, 148, 129, 217, 189, 318, 277, 466, 406, 683, 595, 1001, 872, 1467, 1278, 2150, 1873, 3151, 2745, 4618, 4023, 6768, 5896, 9919, 8641, 14537, 12664, 21305, 18560, 31224, 27201, 45761
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
- V. E. Hogatt, M. Bicknell, Palindromic Compositions, Fib. Quart. 13 (4) (1975) 350-356
- N. J. A. Sloane, 2178 And All That, Fib. Quart., 52 (2014), 99-120.
- N. J. A. Sloane, 2178 And All That [Local copy]
- Index entries for linear recurrences with constant coefficients, signature (0,1,0,0,0,1).
Programs
-
Mathematica
CoefficientList[Series[x^4 (1 - x^2 + x^3 + x^4) / (1 - x^2 - x^6), {x, 0, 70}], x] (* Vincenzo Librandi, Jul 16 2013 *)
Formula
G.f.: x^4*(1+x)*(1-x+x^3)/(1-x^2-x^6).
Comments