login
A037690
Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,0,3.
0
1, 8, 48, 291, 1747, 10484, 62904, 377427, 2264563, 13587380, 81524280, 489145683, 2934874099, 17609244596, 105655467576, 633932805459, 3803596832755, 22821580996532, 136929485979192, 821576915875155, 4929461495250931
OFFSET
1,2
FORMULA
G.f.: ( x*(1+2*x+3*x^3) ) / ( (x-1)*(6*x-1)*(1+x)*(x^2+1) ). - R. J. Mathar, Oct 11 2015
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {1, 2, 0, 3}], 6], {n, 30}] (* Harvey P. Dale, Sep 26 2018 *)
CROSSREFS
Sequence in context: A270576 A051823 A037507 * A180031 A203799 A095897
KEYWORD
nonn,base,easy
STATUS
approved