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!)
A037766 Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 3,0,2,1. 0
3, 15, 77, 386, 1933, 9665, 48327, 241636, 1208183, 6040915, 30204577, 151022886, 755114433, 3775572165, 18877860827, 94389304136, 471946520683, 2359732603415, 11798663017077, 58993315085386, 294966575426933 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(3+2*x^2+x^3) / ( (x-1)*(5*x-1)*(1+x)*(x^2+1) ). - R. J. Mathar, May 02 2015
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {3, 0, 2, 1}], 5], {n, 30}] (* or *) LinearRecurrence[ {5, 0, 0, 1, -5}, {3, 15, 77, 386, 1933}, 30] (* Harvey P. Dale, May 28 2018 *)
CROSSREFS
Sequence in context: A019477 A019478 A151327 * A037654 A074561 A026115
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 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)