|
| |
|
|
A037773
|
|
Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 3,1,0,2.
|
|
0
| |
|
|
3, 16, 80, 402, 2013, 10066, 50330, 251652, 1258263, 6291316, 31456580, 157282902, 786414513, 3932072566, 19660362830, 98301814152, 491509070763, 2457545353816, 12287726769080, 61438633845402, 307193169227013
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| With[{c=PadLeft[{}, 28, {3, 1, 0, 2}]}, Table[FromDigits[Take[c, n], 5], {n, 25}]] (* From Harvey P. Dale, Oct 01 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A005386 A053572 A055842 * A037661 A072615 A020871
Adjacent sequences: A037770 A037771 A037772 * A037774 A037775 A037776
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Clark Kimberling (ck6(AT)evansville.edu)
|
| |
|
|