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!)
A033028 Numbers whose base-15 expansion has no run of digits with length < 2. 2

%I #12 Aug 14 2021 18:53:16

%S 16,32,48,64,80,96,112,128,144,160,176,192,208,224,241,482,723,964,

%T 1205,1446,1687,1928,2169,2410,2651,2892,3133,3374,3600,3616,3632,

%U 3648,3664,3680,3696,3712,3728,3744,3760,3776,3792,3808

%N Numbers whose base-15 expansion has no run of digits with length < 2.

%H Vincenzo Librandi, <a href="/A033028/b033028.txt">Table of n, a(n) for n = 1..1100</a>

%t Select[Range[4000],Min[Length/@Split[IntegerDigits[#,15]]]>1&] (* _Harvey P. Dale_, Sep 13 2013 *)

%K nonn,base

%O 1,1

%A _Clark Kimberling_

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 March 29 11:45 EDT 2024. Contains 371278 sequences. (Running on oeis4.)