|
| |
|
|
A037774
|
|
Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 3,1,0,2.
|
|
0
| |
|
|
3, 19, 114, 686, 4119, 24715, 148290, 889742, 5338455, 32030731, 192184386, 1153106318, 6918637911, 41511827467, 249070964802, 1494425788814, 8966554732887, 53799328397323, 322795970383938, 1936775822303630
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| With[{c=PadRight[{}, 20, {3, 1, 0, 2}]}, Table[FromDigits[Take[c, n], 6], {n, 20}]] (* From Harvey P. Dale, Dec 18 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A162354 A132959 A037154 * A037662 A116979 A037781
Adjacent sequences: A037771 A037772 A037773 * A037775 A037776 A037777
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Clark Kimberling (ck6(AT)evansville.edu)
|
| |
|
|