A226044 Period of length 8: 1, 64, 16, 64, 4, 64, 16, 64.
1, 64, 16, 64, 4, 64, 16, 64, 1, 64, 16, 64, 4, 64, 16, 64, 1, 64, 16, 64, 4, 64, 16, 64, 1, 64, 16, 64, 4, 64, 16, 64, 1, 64, 16, 64, 4, 64, 16, 64, 1, 64, 16, 64, 4, 64, 16, 64, 1, 64, 16, 64, 4, 64, 16, 64
Offset: 0
Examples
Triangle in which the terms of each line are repeated: A000012: 1, ... A010685: 1, 4, ... A177499: 1, 16, 4, 16, ... A226044: 1, 64, 16, 64, 4, 64, 16, 64, ... 1, 256, 64, 256, 16, 256, 64, 256, 4, 256, 64, 256, 16, 256, 64, 256, ...
Links
- Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,1).
Programs
-
Mathematica
Table[{1, 64, 16, 64, 4, 64, 16, 64}, {7}] // Flatten (* Jean-François Alcover, May 24 2013 *)
Formula
a(n) = A205383(n+7)^2.
G.f.: (1+64*x+16*x^2+64*x^3+4*x^4+64*x^5+16*x^6+64*x^7)/((1-x)*(1+x)*(1+x^2)*(1+x^4)). [Bruno Berselli, May 25 2013]
Comments