login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A037771
Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 3,0,2,1.
0
3, 30, 302, 3021, 30213, 302130, 3021302, 30213021, 302130213, 3021302130, 30213021302, 302130213021, 3021302130213, 30213021302130, 302130213021302, 3021302130213021
OFFSET
1,1
FORMULA
G.f.: x*(3+2*x^2+x^3) / ( (x-1)*(10*x-1)*(1+x)*(x^2+1) ). - R. J. Mathar, Aug 04 2013
PROG
(PARI) Vec(x*(3+2*x^2+x^3)/((x-1)*(10*x-1)*(1+x)*(x^2+1)) + O(x^25)) \\ Jinyuan Wang, Apr 14 2020
CROSSREFS
Sequence in context: A073557 A037764 A037652 * A037659 A131586 A163475
KEYWORD
nonn,base,easy
STATUS
approved