login
A037673
Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 3,2,0.
0
3, 32, 320, 3203, 32032, 320320, 3203203, 32032032, 320320320, 3203203203, 32032032032, 320320320320, 3203203203203, 32032032032032, 320320320320320, 3203203203203203
OFFSET
1,1
FORMULA
G.f.: x*(3+2*x) / ( (x-1)*(10*x-1)*(1+x+x^2) ). - R. J. Mathar, Aug 04 2013
PROG
(PARI) Vec(x*(3+2*x)/((x-1)*(10*x-1)*(1+x+x^2)) + O(x^25)) \\ Jinyuan Wang, Apr 14 2020
CROSSREFS
Sequence in context: A278303 A029502 A037792 * A037799 A091706 A091705
KEYWORD
nonn,base,easy
STATUS
approved