login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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