A246090 Paradigm shift sequence for (2,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, 22, 24, 27, 30, 33, 36, 39, 42, 45, 48, 52, 56, 60, 64, 68, 72, 81, 90, 99, 108, 117, 126, 135, 144, 156, 168, 180, 192, 208, 224, 243, 270, 297, 324, 351, 378, 405, 432, 468, 504, 540, 576, 624, 672, 729, 810, 891, 972, 1053, 1134, 1215, 1296, 1404, 1512, 1620, 1728, 1872, 2016, 2187, 2430, 2673, 2916, 3159, 3402, 3645, 3888, 4212, 4536
Offset: 1
Keywords
Examples
Paradigm shift sequences with q=4: A029750, A103969, A246074, A246078, A246082, A246086, A246090, A246094, A246098, A246102. Paradigm shift sequences with p=2: A193286, A246088, A246089, A246090, A246091.
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-14) for all n >= 51.
Comments