login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126411 Number of base 24 n-digit numbers with adjacent digits differing by two or less. 4
1, 24, 114, 550, 2668, 12986, 63348, 309524, 1514230, 7415030, 36339360, 178207260, 874402930, 4292397700, 21079558088, 103555346934, 508877542076, 2501307731338, 12297585994658, 60472695897300, 297423291148782 (list; graph; refs; listen; history; internal format)
OFFSET

0,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

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 24 differing by one or less A126378.

Sequence in context: A064595 A064591 A124952 * A137799 A198438 A114200

Adjacent sequences:  A126408 A126409 A126410 * A126412 A126413 A126414

KEYWORD

nonn,base

AUTHOR

R. H. Hardin (rhhardin(AT)att.net), Dec 28 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 19:15 EST 2012. Contains 205852 sequences.