login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124702 Number of base 9 circular n-digit numbers with adjacent digits differing by 1 or less. 0
1, 9, 25, 57, 149, 389, 1045, 2837, 7789, 21549, 60005, 167957, 472169, 1332249, 3770785, 10701617, 30442909, 86779229, 247817845, 708837797, 2030401509, 5823331109, 16720830525, 48060737357, 138268935049, 398126270889 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
[Empirical] a(base,n)=a(base-1,n)+A002426(n+1) for base>=1.int(n/2)+1
a(n) = T(n, 9) where T(n, k) = Sum_{j=1..k} (1+2*cos(j*Pi/(k+1)))^n. These are the number of smooth cyclic words of length n over the alphabet {1,2,..,9}. See theorem 3.3 in Knopfmacher and others, reference in A124696. - Peter Luschny, Aug 13 2012
LINKS
FORMULA
G.f.: (1 - 28*x^2 + 56*x^3 + 63*x^4 - 196*x^5 + 30*x^6 + 108*x^7 - 21*x^8 - 8*x^9) / ((1 - x)*(1 - 3*x + x^2)*(1 - x - x^2)*(1 - 4*x + x^2 + 6*x^3 + x^4)) (conjectured). - Colin Barker, Jun 02 2017
PROG
(S/R) stvar $[N]:(0..M-1) init $[]:=0 asgn $[]->{*} kill +[i in 0..N-1](($[i]`-$[(i+1)mod N]`>1)+($[(i+1)mod N]`-$[i]`>1))
CROSSREFS
Sequence in context: A048490 A113828 A099971 * A113829 A147338 A147325
KEYWORD
nonn,base
AUTHOR
R. H. Hardin, Dec 28 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)