|
| |
|
|
A037790
|
|
Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 3,2,0,1.
|
|
0
| |
|
|
3, 26, 208, 1665, 13323, 106586, 852688, 6821505, 54572043, 436576346, 3492610768, 27940886145, 223527089163, 1788216713306, 14305733706448, 114445869651585, 915566957212683, 7324535657701466
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| nn=10; With[{c=PadRight[{}, 4nn, {3, 2, 0, 1}]}, Table[FromDigits[Take[c, n], 8], {n, 4nn}]] (* From Harvey P. Dale, Oct 31 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A091262 A121121 A091123 * A037671 A037797 A071846
Adjacent sequences: A037787 A037788 A037789 * A037791 A037792 A037793
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Clark Kimberling (ck6(AT)evansville.edu)
|
| |
|
|