A283931 Numbers m such that tau(2^m) = tau(2^m + 1).
1, 63, 511
Offset: 1
Examples
For m = 1, tau(2) = tau(3) = 2.
Programs
-
Magma
[n: n in [0..500] | NumberOfDivisors(2^n) eq NumberOfDivisors(2^n + 1)]
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.
For m = 1, tau(2) = tau(3) = 2.
[n: n in [0..500] | NumberOfDivisors(2^n) eq NumberOfDivisors(2^n + 1)]
Comments