|
|
A037706
|
|
Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,0,2.
|
|
0
|
|
|
1, 11, 88, 706, 5649, 45195, 361560, 2892482, 23139857, 185118859, 1480950872, 11847606978, 94780855825, 758246846603, 6065974772824, 48527798182594, 388222385460753, 3105779083686027, 24846232669488216, 198769861355905730, 1590158890847245841, 12721271126777966731
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
LINKS
|
|
|
FORMULA
|
G.f.: ( x*(1+3*x+2*x^3) ) / ( (x-1)*(8*x-1)*(1+x)*(x^2+1) ). - R. J. Mathar, Oct 13 2015
|
|
MATHEMATICA
|
Module[{nn=30, c}, c=PadRight[{}, nn, {1, 3, 0, 2}]; Table[FromDigits[ Take[ c, n], 8], {n, nn}]] (* Harvey P. Dale, Oct 19 2013 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|