login
A037746
Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 2,3,0,1.
0
2, 15, 90, 541, 3248, 19491, 116946, 701677, 4210064, 25260387, 151562322, 909373933, 5456243600, 32737461603, 196424769618, 1178548617709, 7071291706256, 42427750237539, 254566501425234, 1527399008551405
OFFSET
1,1
FORMULA
G.f.: ( x*(2+3*x+x^3) ) / ( (x-1)*(6*x-1)*(1+x)*(1+x^2) ). - R. J. Mathar, Oct 14 2015
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {2, 3, 0, 1}], 6], {n, 20}] (* Harvey P. Dale, May 25 2020 *)
CROSSREFS
Sequence in context: A208974 A294196 A275794 * A037627 A192369 A037753
KEYWORD
nonn,base
STATUS
approved