A246095 Paradigm shift sequence for (3,5) 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, 26, 28, 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 64, 68, 72, 76, 80, 84, 88, 92, 99, 108, 117, 126, 135, 144, 153, 162, 171, 180, 192, 204, 216, 228, 240, 256, 272, 288, 304, 324, 351, 378, 405, 432, 459, 486, 513, 540, 576, 612, 648, 684, 720, 768, 816, 864, 912, 972
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-18) for all n >= 66.
Comments