login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 3,0,1.
0

%I #7 Jun 13 2015 00:49:17

%S 3,24,193,1547,12376,99009,792075,6336600,50692801,405542411,

%T 3244339288,25954714305,207637714443,1661101715544,13288813724353,

%U 106310509794827,850484078358616,6803872626868929

%N Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 3,0,1.

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (8,0,1,-8).

%F G.f.: x*(3+x^2) / ( (x-1)*(8*x-1)*(1+x+x^2) ). - _R. J. Mathar_, Apr 30 2015

%K nonn,base,easy

%O 1,1

%A _Clark Kimberling_