login
A037783
Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 3,1,2,0.
1
3, 25, 202, 1616, 12931, 103449, 827594, 6620752, 52966019, 423728153, 3389825226, 27118601808, 216948814467, 1735590515737, 13884724125898, 111077793007184, 888622344057475, 7108978752459801
OFFSET
1,1
FORMULA
G.f.: x*(3+x+2*x^2) / ( (x-1)*(8*x-1)*(1+x)*(x^2+1) ). - R. J. Mathar, May 01 2015
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {3, 1, 2, 0}], 8], {n, 20}] (* Harvey P. Dale, Oct 13 2022 *)
CROSSREFS
Sequence in context: A037664 A380553 A289164 * A037587 A280970 A222052
KEYWORD
nonn,base,easy
STATUS
approved