The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A126404 Number of base 17 n-digit numbers with adjacent digits differing by two or less. 3
1, 17, 79, 375, 1793, 8611, 41473, 200149, 967355, 4680655, 22667487, 109848049, 532610303, 2583482303, 12535495657, 60839746967, 295338090269, 1433900817213, 6962605102325, 33811619587041, 164207415391765 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
[Empirical] a(base,n)=a(base-1,n)+5^(n-1) for base>=2n-1; a(base,n)=a(base-1,n)+5^(n-1)-2 when base=2n-2.
LINKS
FORMULA
G.f.: (1+7*x-64*x^2+48*x^3+171*x^4-100*x^5-120*x^6+50*x^7+20*x^8-6*x^9) / (1-10*x+27*x^2+4*x^3-73*x^4+19*x^5+50*x^6-14*x^7-8*x^8+2*x^9) (conjectured). - Colin Barker, Jul 18 2017
PROG
(S/R) stvar $[N]:(0..M-1) init $[]:=0 asgn $[]->{*} kill +[i in 0..N-2](($[i]`-$[i+1]`>2)+($[i+1]`-$[i]`>2))
CROSSREFS
Cf. Base 17 differing by one or less A126371.
Sequence in context: A357740 A124898 A036429 * A142021 A353937 A172045
KEYWORD
nonn,base
AUTHOR
R. H. Hardin, Dec 28 2006
EXTENSIONS
Edited by Charles R Greathouse IV, Aug 02 2010
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 May 16 11:36 EDT 2024. Contains 372552 sequences. (Running on oeis4.)