login
A037652
Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 3,0,1.
0
3, 30, 301, 3013, 30130, 301301, 3013013, 30130130, 301301301, 3013013013, 30130130130, 301301301301, 3013013013013, 30130130130130, 301301301301301, 3013013013013013
OFFSET
1,1
FORMULA
G.f.: x*(3+x^2) / ( (x-1)*(10*x-1)*(1+x+x^2) ). - R. J. Mathar, Aug 04 2013
PROG
(PARI) Vec(x*(3+x^2)/((x-1)*(10*x-1)*(1+x+x^2)) + O(x^25)) \\ Jinyuan Wang, Apr 14 2020
CROSSREFS
Sequence in context: A361896 A073557 A037764 * A037771 A037659 A131586
KEYWORD
nonn,base,easy
STATUS
approved