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!)
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
Sequence in context: A173731 A224179 A037601 * A175605 A162576 A142166
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, Oct 19 2013
Duplicate removed by R. J. Mathar, Oct 13 2015
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:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)