login
A037509
Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,0.
0
1, 10, 80, 641, 5130, 41040, 328321, 2626570, 21012560, 168100481, 1344803850, 10758430800, 86067446401, 688539571210, 5508316569680, 44066532557441, 352532260459530, 2820258083676240
OFFSET
1,2
FORMULA
G.f.: x*(1+2*x) / ( (x-1)*(8*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 27 2015
A007094(a(n)) = A037511(n). - R. J. Mathar, Apr 27 2015
PROG
(PARI) a(n)=([0, 1, 0, 0; 0, 0, 1, 0; 0, 0, 0, 1; -8, 1, 0, 8]^(n-1)*[1; 10; 80; 641])[1, 1] \\ Charles R Greathouse IV, Feb 13 2017
CROSSREFS
Sequence in context: A093145 A341917 A369474 * A037692 A126531 A200162
KEYWORD
nonn,base,easy
STATUS
approved