A246096 Paradigm shift sequence for (4,2) production scheme with replacement.
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 21, 24, 28, 32, 36, 40, 45, 50, 55, 60, 66, 72, 84, 96, 112, 128, 144, 160, 180, 200, 225, 250, 275, 300, 336, 384, 448, 512, 576, 640, 720, 800, 900, 1000, 1125, 1250, 1375, 1536, 1792, 2048, 2304, 2560, 2880, 3200, 3600, 4000, 4500, 5000, 5625, 6250, 7168, 8192, 9216, 10240, 11520, 12800, 14400, 16000, 18000, 20000, 22500, 25000
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-12) for all n >= 67.
Comments