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!)
A035060 Numbers k such that 2^k does not contain the digit 5 (probably finite). 1
0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 17, 18, 22, 23, 24, 26, 27, 30, 31, 32, 34, 36, 38, 43, 46, 55, 62, 65, 66, 71 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Join[{0}, Select[Range@10000, FreeQ[IntegerDigits[2^#], 5] &]] (* Vincenzo Librandi, May 07 2015 *)
Select[Range[0, 80], DigitCount[2^#, 10, 5]==0&] (* Harvey P. Dale, Dec 24 2018 *)
PROG
(Magma) [n: n in [0..1000] | not 5 in Intseq(2^n) ]; // Vincenzo Librandi, May 07 2015
CROSSREFS
Cf. similar sequences listed in A035064.
Sequence in context: A000433 A031492 A350076 * A231272 A143719 A078779
Adjacent sequences: A035057 A035058 A035059 * A035061 A035062 A035063
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Nov 15 1998
EXTENSIONS
Initial 0 inserted by Vincenzo Librandi, May 07 2015
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 July 19 01:31 EDT 2024. Contains 374388 sequences. (Running on oeis4.)