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!)
A131600 Number of different configurations of an n-block of a shift space with k symbols where each symbol but the first must appear isolated and separated from others by a block of length at least m made of first symbols. Here k=19 and m=2. 2
19, 37, 55, 397, 1063, 2053, 9199, 28333, 65287, 230869, 740863, 1916029, 6071671, 19407205, 53895727, 163185805, 512515495, 1482638581, 4419983071, 13645261981, 40332756439, 119892451717, 365507167375, 1091496783277, 3249560914183, 9828689926933, 29475632025919 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k=2 is the number of different configurations of an n-bit string where each 1 is isolated and separated by at least m zeros.
Limit as n-> infinity (a(n+1)/a(n)) -> 3.
LINKS
R. Tonelli, Fibonacci-like sequences and shift spaces in symbolic dynamics, arXiv:0708.4370, [math.DS], 2007.
FORMULA
a(n) = a(n-1) + (k-1)*a(n-m-1), where k=19, m=2.
G.f.: -x*(19+18*x+18*x^2)/(3*x-1)/(6*x^2+2*x+1). - R. J. Mathar, Nov 14 2007
MATHEMATICA
Rest[CoefficientList[Series[-x*(19 + 18*x + 18*x^2)/(3*x - 1)/(6*x^2 + 2*x + 1), {x, 0, 50}], x]] (* G. C. Greubel, May 02 2017 *)
PROG
(PARI) x='x+O('x^50); Vec(-x*(19+18*x+18*x^2)/(3*x-1)/(6*x^2+2*x+1)) \\ G. C. Greubel, May 02 2017
CROSSREFS
Sequence in context: A225863 A332884 A161705 * A175546 A162471 A124268
KEYWORD
easy,nonn
AUTHOR
R. Tonelli (roberto.tonelli(AT)dsf.unica.it), Aug 31 2007
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)