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.

A126385 Number of base 31 n-digit numbers with adjacent digits differing by one or less.

Original entry on oeis.org

1, 31, 91, 269, 797, 2365, 7025, 20883, 62115, 184845, 550289, 1638775, 4881719, 14545715, 43350415, 129222077, 385262397, 1148802957, 3426077313, 10218944199, 30483682935, 90944672583, 271351287651, 809707376697
Offset: 0

Views

Author

R. H. Hardin, Dec 26 2006

Keywords

Comments

[Empirical] a(base,n)=a(base-1,n)+3^(n-1) for base>=n; a(base,n)=a(base-1,n)+3^(n-1)-2 when base=n-1