A246102 Paradigm shift sequence for (5,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, 23, 24, 25, 27, 30, 33, 36, 39, 42, 45, 48, 52, 56, 60, 64, 68, 72, 76, 80, 85, 90, 95, 100, 108, 117, 126, 135, 144, 156, 168, 180, 192, 208, 224, 240, 256, 272, 288, 304, 320, 340, 360, 380, 405, 432, 468, 504, 540, 576, 624, 672, 720, 768, 832, 896, 960, 1024, 1088, 1152, 1216, 1280, 1360, 1440, 1520, 1620, 1728, 1872, 2016, 2160, 2304, 2496, 2688, 2880, 3072, 3328, 3584, 3840, 4096
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) = 4*a(n-21) for all n >= 67.
Comments