A246080 Paradigm shift sequence for (0,2) production scheme with replacement.
1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 15, 18, 21, 24, 30, 36, 45, 54, 63, 72, 90, 108, 135, 162, 189, 216, 270, 324, 405, 486, 567, 648, 810, 972, 1215, 1458, 1701, 1944, 2430, 2916, 3645, 4374, 5103, 5832, 7290, 8748, 10935, 13122, 15309, 17496, 21870, 26244
Offset: 1
Links
- Colin Barker, Table of n, a(n) for n = 1..1000
- Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,3).
Crossrefs
Programs
-
PARI
Vec(x*(1+x)^2 * (1+2*x^2+3*x^4+x^6) / (1-3*x^6) + O(x^100)) \\ Colin Barker, Nov 19 2016
Formula
a(n) = (qd+r) * d^(C-R) * (d+1)^R, where r = (n-Cp) mod q, Q = floor( (R-Cp)/q ), R = Q mod (C+1), and d = floor (Q/(C+1) ).
a(n) = 3*a(n-6) for all n >= 10.
G.f.: x*(1+x)^2 * (1+2*x^2+3*x^4+x^6) / (1-3*x^6). - Colin Barker, Nov 19 2016
Comments