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.

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

Original entry on oeis.org

1, 30, 144, 540, 2372, 10480, 47502, 217898, 1010012, 4717872, 22176074, 104770058, 497093834, 2367032490, 11306090072, 54148325140, 259942544940, 1250461443632, 6026490869130, 29092178813042, 140648250533742
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 30 of A285280.