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!)
A037649 Base 7 digits are, in order, the first n terms of the periodic sequence with initial period 3,0,1. 1
3, 21, 148, 1039, 7273, 50912, 356387, 2494709, 17462964, 122240751, 855685257, 5989796800, 41928577603, 293500043221, 2054500302548, 14381502117839, 100670514824873, 704693603774112, 4932855226418787 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 7*a(n-1)+a(n-3)-7*a(n-4). G.f.: x*(x^2+3) / ((x-1)*(7*x-1)*(x^2+x+1)). - Colin Barker, Aug 09 2014
MATHEMATICA
Module[{nn=20, c}, c=PadRight[{}, nn, {3, 0, 1}]; Table[FromDigits[Take[c, n], 7], {n, nn}]] (* Harvey P. Dale, Aug 09 2014 *)
CROSSREFS
Sequence in context: A206638 A357652 A037761 * A037768 A037656 A074577
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 March 28 21:57 EDT 2024. Contains 371254 sequences. (Running on oeis4.)