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!)
A037741 Base 8 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,3,0. 0
2, 17, 139, 1112, 8898, 71185, 569483, 4555864, 36446914, 291575313, 2332602507, 18660820056, 149286560450, 1194292483601, 9554339868811, 76434718950488, 611477751603906, 4891822012831249 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: ( x*(2+x+3*x^2) ) / ( (x-1)*(8*x-1)*(1+x)*(x^2+1) ). - R. J. Mathar, Oct 14 2015
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {2, 1, 3, 0}], 8], {n, 20}] (* or *) LinearRecurrence[{8, 0, 0, 1, -8}, {2, 17, 139, 1112, 8898}, 20] (* Harvey P. Dale, Mar 16 2016 *)
CROSSREFS
Sequence in context: A026941 A037493 A037573 * A037636 A163066 A110815
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 8 11:33 EDT 2024. Contains 372332 sequences. (Running on oeis4.)