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!)
A037620 Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,3. 1
2, 12, 75, 452, 2712, 16275, 97652, 585912, 3515475, 21092852, 126557112, 759342675, 4556056052, 27336336312, 164018017875, 984108107252, 5904648643512, 35427891861075, 212567351166452, 1275404106998712, 7652424641992275 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(2+3*x^2) / ( (x-1)*(6*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 29 2015
MATHEMATICA
nn=30; With[{c=PadRight[{}, nn, {2, 0, 3}]}, Table[FromDigits[Take[c, n], 6], {n, nn}]] (* Harvey P. Dale, Jan 06 2013 *)
CROSSREFS
Sequence in context: A006936 A052875 A037725 * A198474 A285489 A121680
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)