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.

A124951 Number of base 23 circular n-digit numbers with adjacent digits differing by 2 or less.

Original entry on oeis.org

1, 23, 109, 407, 1777, 7813, 35245, 160953, 742857, 3455597, 16177459, 76129593, 359815609, 1706868797, 8122449787, 38757778297, 185382123417, 888570946797, 4267072020187, 20525592779337, 98881792935527, 477011872851207
Offset: 0

Views

Author

R. H. Hardin, Dec 28 2006

Keywords

Comments

[Empirical] a(base,n)=a(base-1,n)+A005191(n+1) for base>=2.int(n/2)+1.
See A285280 for confirmation of linear recurrence and code to produce sequence. - Ray Chandler, Aug 12 2023.

Crossrefs

Cf. Row 23 of A285280.