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!)
A037547 Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,2. 0
1, 8, 50, 301, 1808, 10850, 65101, 390608, 2343650, 14061901, 84371408, 506228450, 3037370701, 18224224208, 109345345250, 656072071501, 3936432429008, 23618594574050, 141711567444301, 850269404665808, 5101616427994850 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: x*(1+2*x+2*x^2) / ( (x-1)*(6*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 30 2015
MATHEMATICA
nn=30; With[{c=PadRight[{}, nn, {1, 2, 2}]}, Table[FromDigits[Take[c, n], 6], {n, nn}]] (* Harvey P. Dale, Apr 26 2012 *)
CROSSREFS
Sequence in context: A052177 A127745 A243876 * A061801 A240050 A221478
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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)