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”).

A037735
Base 9 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,0,3.
1
2, 19, 171, 1542, 13880, 124921, 1124289, 10118604, 91067438, 819606943, 7376462487, 66388162386, 597493461476, 5377441153285, 48396970379565, 435572733416088, 3920154600744794
OFFSET
1,1
FORMULA
G.f.: ( x*(2+x+3*x^3) ) / ( (x-1)*(9*x-1)*(1+x)*(1+x^2) ). - R. J. Mathar, Oct 14 2015
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {2, 1, 0, 3}], 9], {n, 1000}] (* Harvey P. Dale, Apr 23 2017 *)
CROSSREFS
Sequence in context: A290188 A083196 A037526 * A224753 A037558 A037494
KEYWORD
nonn,base
STATUS
approved