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!)
A037600 Base 7 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,0. 0
1, 10, 70, 491, 3440, 24080, 168561, 1179930, 8259510, 57816571, 404716000, 2833012000, 19831084001, 138817588010, 971723116070, 6802061812491, 47614432687440, 333301028812080, 2333107201684561 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: ( x*(1+3*x) ) / ( (x-1)*(7*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 27 2015
A007093(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; -7, 1, 0, 7]^(n-1)*[1; 10; 70; 491])[1, 1] \\ Charles R Greathouse IV, Feb 13 2017
CROSSREFS
Sequence in context: A229702 A337992 A257114 * A037705 A126505 A038779
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 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)