A246089 Paradigm shift sequence for (2,3) production scheme with replacement.
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 21, 24, 27, 30, 33, 36, 40, 44, 48, 52, 56, 63, 72, 81, 90, 99, 108, 120, 132, 144, 160, 176, 192, 216, 243, 270, 297, 324, 360, 396, 432, 480, 528, 576, 648, 729, 810, 891, 972, 1080, 1188, 1296, 1440, 1584, 1728, 1944, 2187, 2430, 2673, 2916, 3240, 3564, 3888, 4320, 4752, 5184, 5832, 6561, 7290
Offset: 1
Keywords
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) ).
Recursive: a(n) = 3*a(n-11) for all n >= 41.
Comments