login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033135 Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 1,1,0. 0
1, 9, 72, 577, 4617, 36936, 295489, 2363913, 18911304, 151290433, 1210323465, 9682587720, 77460701761, 619685614089, 4957484912712, 39659879301697, 317279034413577, 2538232275308616 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = +8*a(n-1) +a(n-3) -8*a(n-4). G.f. x*(1+x) / ( (x-1)*(8*x-1)*(1+x+x^2) ). a(n) = A033144(n)+A033144(n-1). - R. J. Mathar, Jan 08 2011
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {1, 1, 0}], 8], {n, 20}] (* or *) LinearRecurrence[ {8, 0, 1, -8}, {1, 9, 72, 577}, 20] (* Harvey P. Dale, Jul 24 2021 *)
CROSSREFS
Sequence in context: A170690 A003951 A252702 * A127053 A001809 A006135
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)