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.

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

Original entry on oeis.org

1, 10, 44, 160, 672, 2860, 12482, 55198, 246712, 1111372, 5037174, 22940158, 104870790, 480863770, 2210197754, 10178143810, 46942294232, 216761695840, 1001878336772, 4634206919128, 21448419453382, 99316222901062
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; also confirms conjectured g.f. from Colin Barker. - Ray Chandler, Aug 12 2023.

Crossrefs

Cf. Row 10 of A285280.

Formula

G.f.: (1 - x - 27*x^2 + 27*x^3 + 201*x^4 - 313*x^5 + 8*x^6 + 112*x^7 - 7*x^8 - 9*x^9) / ((1 - x)*(1 + x)*(1 - 4*x + x^2 + x^3)*(1 - 7*x + 11*x^2 - x^4)). - Colin Barker, Jun 01 2017