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.

A126527 Number of base 32 n-digit numbers with adjacent digits differing by four or less.

Original entry on oeis.org

1, 32, 268, 2292, 19748, 170904, 1483284, 12899556, 112350184, 979640156, 8549531716, 74665238648, 652426700120, 5703387501520, 49875030912772, 436266613941484, 3816936851122500, 33400491065984904, 292314430831005104
Offset: 0

Views

Author

R. H. Hardin, Dec 28 2006

Keywords

Comments

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

Crossrefs

Cf. Base 32 differing by three or less A126500, two or less A126419, one or less A126386.