The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A037641 Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 2,3,1. 1
2, 15, 91, 548, 3291, 19747, 118484, 710907, 4265443, 25592660, 153555963, 921335779, 5528014676, 33168088059, 199008528355, 1194051170132, 7164307020795, 42985842124771, 257915052748628, 1547490316491771 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(x+2)*(1+x) / ( (x-1)*(6*x-1)*(1+x+x^2) ). - R. J. Mathar, Nov 21 2011
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {2, 3, 1}], 6], {n, 20}] (* or *) LinearRecurrence[{6, 0, 1, -6}, {2, 15, 91, 548}, 20] (* Harvey P. Dale, Jul 06 2021 *)
CROSSREFS
Sequence in context: A037627 A192369 A037753 * A361303 A288952 A356554
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 May 13 14:47 EDT 2024. Contains 372519 sequences. (Running on oeis4.)