login
A037620
Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,3.
1
2, 12, 75, 452, 2712, 16275, 97652, 585912, 3515475, 21092852, 126557112, 759342675, 4556056052, 27336336312, 164018017875, 984108107252, 5904648643512, 35427891861075, 212567351166452, 1275404106998712, 7652424641992275
OFFSET
1,1
FORMULA
G.f.: x*(2+3*x^2) / ( (x-1)*(6*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 29 2015
MATHEMATICA
nn=30; With[{c=PadRight[{}, nn, {2, 0, 3}]}, Table[FromDigits[Take[c, n], 6], {n, nn}]] (* Harvey P. Dale, Jan 06 2013 *)
CROSSREFS
Sequence in context: A006936 A052875 A037725 * A198474 A285489 A121680
KEYWORD
nonn,base,easy
STATUS
approved