The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A037790 Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 3,2,0,1. 0
3, 26, 208, 1665, 13323, 106586, 852688, 6821505, 54572043, 436576346, 3492610768, 27940886145, 223527089163, 1788216713306, 14305733706448, 114445869651585, 915566957212683, 7324535657701466 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(3-x+x^2) / ( (x-1)*(8*x-1)*(x^2+1) ). - R. J. Mathar, May 01 2015
MATHEMATICA
nn=10; With[{c=PadRight[{}, 4nn, {3, 2, 0, 1}]}, Table[FromDigits[Take[c, n], 8], {n, 4nn}]] (* Harvey P. Dale, Oct 31 2011 *)
CROSSREFS
Sequence in context: A355047 A228116 A091123 * A037671 A037797 A071846
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 May 13 14:28 EDT 2024. Contains 372519 sequences. (Running on oeis4.)