OFFSET
1,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (8,0,1,-8).
FORMULA
G.f.: x*(1+3*x^2) / ( (x-1)*(8*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 27 2015
EXAMPLE
In base 8 the sequence reads 1, 10, 103, 1031, 10310, 103103,...
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {1, 0, 3}], 8], {n, 20}] (* Harvey P. Dale, Dec 24 2018 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved