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!)
A306110 Numbers with digits in {0,...,7} such that every other digit is strictly less than its neighbors. 1
0, 1, 2, 3, 4, 5, 6, 7, 10, 20, 21, 30, 31, 32, 40, 41, 42, 43, 50, 51, 52, 53, 54, 60, 61, 62, 63, 64, 65, 70, 71, 72, 73, 74, 75, 76, 101, 102, 103, 104, 105, 106, 107, 201, 202, 203, 204, 205, 206, 207, 212, 213, 214, 215, 216, 217, 301, 302, 303, 304, 305, 306, 307, 312, 313, 314, 315, 316, 317, 323, 324, 325 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Terms of A032863 written in base 8.
LINKS
FORMULA
a(n) = A007094(A032863(n)).
PROG
(PARI) A(Nmax=100, K=7, A=[0..K], i=vector(2*K, i, max(1, i-K+1)), c(T, v)=apply(t->t+T, v))={for(n=0, oo, for(k=10, K*11, if(k%10<k\10, k%10|| i=concat(i, 1+#A))&& A=concat(A, c(k*10^n, A[i[K*n+k%10+1]..i[K*n+K+1]-1])); #A<Nmax||return(A)))}
CROSSREFS
Cf. A306105 .. A306111 and A297147: analog for bases 3..9 and 10.
Cf. A032863 and A032858 .. A032865 for other bases 3..10.
Sequence in context: A017845 A211698 A230016 * A092026 A084749 A277883
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Oct 05 2018
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 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)