OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (111,-1110,1000).
FORMULA
MAPLE
A332168 := n -> 6*(10^(2*n+1)-1)/9+2*10^n;
MATHEMATICA
Array[6 (10^(2 # + 1)-1)/9 + 2*10^# &, 15, 0]
Table[FromDigits[Join[PadRight[{}, n, 6], {8}, PadRight[{}, n, 6]]], {n, 0, 20}] (* Harvey P. Dale, Oct 04 2021 *)
PROG
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
M. F. Hasler, Feb 09 2020
STATUS
approved