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!)
A050622 Numbers m that are divisible by 2^k, where k is the digit length of m. 24
2, 4, 6, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 104, 112, 120, 128, 136, 144, 152, 160, 168, 176, 184, 192, 200, 208, 216, 224, 232, 240, 248, 256, 264, 272, 280, 288, 296, 304, 312, 320, 328, 336, 344, 352, 360 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The number of terms of length k is equal to (9*5^(k-1) - 1)/2. - Bernard Schott, Apr 06 2020
LINKS
MAPLE
seq(seq(j*2^k, j=(5^(k-1)+1)/2 .. 5^k-1), k=1..3); # Robert Israel, Apr 05 2020
MATHEMATICA
Select[Range[360], IntegerQ[#/2^IntegerLength[#]] &] (* Jayanta Basu, May 25 2013 *)
PROG
(PARI) isok(n) = n % (2^#Str(n)) == 0; \\ Michel Marcus, Sep 17 2015
CROSSREFS
Sequence in context: A317246 A279686 A219653 * A082662 A246663 A182568
KEYWORD
nonn,base,easy
AUTHOR
Patrick De Geest, Jun 15 1999
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 June 19 11:49 EDT 2024. Contains 373503 sequences. (Running on oeis4.)