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

A037748
Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 2,3,0,1.
0
2, 19, 152, 1217, 9738, 77907, 623256, 4986049, 39888394, 319107155, 2552857240, 20422857921, 163382863370, 1307062906963, 10456503255704, 83652026045633, 669216208365066, 5353729666920531
OFFSET
1,1
FORMULA
G.f.: ( x*(2+3*x+x^3) ) / ( (x-1)*(8*x-1)*(1+x)*(1+x^2) ). - R. J. Mathar, Oct 15 2015
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {2, 3, 0, 1}], 8], {n, 20}] (* Harvey P. Dale, Jun 08 2017 *)
CROSSREFS
Sequence in context: A323141 A319962 A161608 * A037629 A037755 A037643
KEYWORD
nonn,base
STATUS
approved