A246094 Paradigm shift sequence for (3,4) production scheme with replacement.
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 27, 30, 33, 36, 39, 42, 45, 48, 52, 56, 60, 64, 68, 72, 76, 81, 90, 99, 108, 117, 126, 135, 144, 156, 168, 180, 192, 208, 224, 240, 256, 272, 297, 324, 351, 378, 405, 432, 468, 504, 540, 576, 624, 672, 720, 768, 832, 896, 972, 1053, 1134, 1215, 1296, 1404, 1512, 1620, 1728, 1872, 2016, 2160, 2304, 2496, 2688, 2916, 3159, 3402, 3645, 3888, 4212, 4536, 4860, 5184, 5616, 6048, 6480, 6912, 7488
Offset: 1
Keywords
Crossrefs
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-15) for all n >= 72.
Comments