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!)
A037739 Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,3,0. 0
2, 13, 81, 486, 2918, 17509, 105057, 630342, 3782054, 22692325, 136153953, 816923718, 4901542310, 29409253861, 176455523169, 1058733139014, 6352398834086, 38114393004517, 228686358027105, 1372118148162630 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: ( x*(2+x+3*x^2) ) / ( (x-1)*(6*x-1)*(1+x)*(x^2+1) ). - R. J. Mathar, Oct 14 2015
MATHEMATICA
nn=20; With[{c=PadRight[{}, nn, {2, 1, 3, 0}]}, Table[FromDigits[Take[c, n], 6], {n, nn}]] (* Harvey P. Dale, Jul 16 2012 *)
CROSSREFS
Sequence in context: A335700 A246383 A189087 * A037634 A074581 A020059
KEYWORD
nonn,base
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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)