cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A269771 Number of length-n 0..3 arrays with every repeated value unequal to the previous repeated value plus one mod 3+1.

Original entry on oeis.org

4, 16, 64, 252, 984, 3816, 14724, 56592, 216864, 829116, 3164184, 12058632, 45904644, 174598416, 663634944, 2521077372, 9573268824, 36340434216, 137913296004, 523277751312, 1985122823904, 7529850771516, 28558867923864
Offset: 1

Views

Author

R. H. Hardin, Mar 04 2016

Keywords

Examples

			Some solutions for n=8:
..1. .3. .2. .3. .3. .1. .2. .0. .2. .0. .3. .3. .3. .2. .3. .1
..0. .0. .1. .1. .2. .3. .0. .2. .3. .3. .3. .3. .0. .1. .0. .0
..1. .0. .3. .1. .3. .0. .3. .2. .0. .2. .0. .1. .1. .2. .1. .0
..2. .3. .3. .1. .3. .2. .1. .2. .2. .2. .1. .0. .0. .0. .0. .1
..3. .3. .3. .1. .1. .1. .2. .2. .0. .1. .1. .1. .3. .0. .1. .0
..1. .1. .1. .1. .1. .1. .3. .3. .2. .0. .0. .2. .0. .1. .1. .0
..3. .0. .0. .1. .3. .1. .0. .0. .2. .0. .3. .0. .0. .2. .1. .0
..0. .1. .2. .2. .2. .0. .3. .3. .3. .3. .2. .1. .0. .2. .2. .1
		

Crossrefs

Column 3 of A269776.

Formula

Empirical: a(n) = 6*a(n-1) - 6*a(n-2) - 9*a(n-3).
Empirical g.f.: 4*x*(1 - 2*x - 2*x^2) / ((1 - 3*x)*(1 - 3*x - 3*x^2)). - Colin Barker, Jan 28 2019