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!)
A037525 Base-8 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,0. 1
2, 17, 136, 1090, 8721, 69768, 558146, 4465169, 35721352, 285770818, 2286166545, 18289332360, 146314658882, 1170517271057, 9364138168456, 74913105347650, 599304842781201, 4794438742249608 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: (2+x) / ((x-1)*(8*x-1)*(1+x+x^2)). - R. J. Mathar, Nov 21 2011
MATHEMATICA
With[{c=Flatten[Table[{2, 1, 0}, {7}]]}, Table[FromDigits[Take[c, n], 8], {n, 20}]] (* Harvey P. Dale, Aug 03 2011 *)
LinearRecurrence[{8, 0, 1, -8}, {2, 17, 136, 1090}, 200] (* Vincenzo Librandi, Nov 23 2011 *)
PROG
(Magma) I:=[2, 17, 136, 1090]; [n le 4 select I[n] else 8*Self(n-1)+Self(n-3)-8*Self(n-4): n in [1..20]]; // Vincenzo Librandi, Nov 23 2011
CROSSREFS
Sequence in context: A180840 A261120 A077243 * A037734 A201782 A132433
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 20:06 EDT 2024. Contains 371963 sequences. (Running on oeis4.)