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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A037592 Base-6 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,3. 0
1, 6, 39, 235, 1410, 8463, 50779, 304674, 1828047, 10968283, 65809698, 394858191, 2369149147, 14214894882, 85289369295, 511736215771, 3070417294626, 18422503767759, 110535022606555, 663210135639330, 3979260813835983 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: x*(1+3*x^2) / ( (x-1)*(6*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 27 2015
MATHEMATICA
Module[{nn=30, c}, c=PadRight[{}, nn, {1, 0, 3}]; Table[FromDigits[Take[c, n], 6], {n, nn}]] (* Harvey P. Dale, Oct 14 2013 *)
CROSSREFS
Sequence in context: A229600 A339205 A258342 * A037683 A145664 A305289
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 December 8 11:19 EST 2023. Contains 367678 sequences. (Running on oeis4.)