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!)
A037598 Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,0. 0
1, 8, 40, 201, 1008, 5040, 25201, 126008, 630040, 3150201, 15751008, 78755040, 393775201, 1968876008, 9844380040, 49221900201, 246109501008, 1230547505040, 6152737525201, 30763687626008, 153818438130040, 769092190650201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: x*(1+3*x) / ( (x-1)*(5*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 27 2015
A007091(a(n)) = A037603(n). - R. J. Mathar, Apr 27 2015
PROG
(PARI) a(n)=([0, 1, 0, 0; 0, 0, 1, 0; 0, 0, 0, 1; -5, 1, 0, 5]^(n-1)*[1; 8; 40; 201])[1, 1] \\ Charles R Greathouse IV, Feb 13 2017
CROSSREFS
Cf. A007091.
Sequence in context: A303391 A270730 A128625 * A037703 A272396 A051199
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)