cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A112249 Numbers m such that m mod floor(log_2(m)) = 0.

Original entry on oeis.org

2, 3, 4, 6, 9, 12, 15, 16, 20, 24, 28, 35, 40, 45, 50, 55, 60, 66, 72, 78, 84, 90, 96, 102, 108, 114, 120, 126, 133, 140, 147, 154, 161, 168, 175, 182, 189, 196, 203, 210, 217, 224, 231, 238, 245, 252, 256, 264, 272, 280, 288, 296, 304, 312, 320, 328, 336, 344
Offset: 1

Views

Author

Reinhard Zumkeller, Aug 30 2005

Keywords

Comments

The asymptotic density of this sequence is 0 (Cooper and Kennedy, 1989). - Amiram Eldar, Jul 10 2020

Crossrefs

Complement of A112250.

Programs

  • Mathematica
    Select[Range[2, 350], Divisible[#, Floor@Log2@#] &] (* Ivan Neretin, Nov 26 2016 *)

Formula

A112248(a(n)) = 0.

Extensions

Name corrected by Ivan Neretin, Nov 26 2016