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.

A336596 Numbers whose number of divisors is divisible by 7.

Original entry on oeis.org

64, 192, 320, 448, 576, 704, 729, 832, 960, 1088, 1216, 1344, 1458, 1472, 1600, 1728, 1856, 1984, 2112, 2240, 2368, 2496, 2624, 2752, 2880, 2916, 3008, 3136, 3264, 3392, 3520, 3645, 3648, 3776, 3904, 4032, 4160, 4288, 4416, 4544, 4672, 4800, 4928, 5056, 5103
Offset: 1

Views

Author

Amiram Eldar, Jul 26 2020

Keywords

Comments

The asymptotic density of this sequence is 1 - zeta(7)/zeta(6) = 0.0088404638... (Sathe, 1945).

Examples

			64 is a term since A000005(64) = 7 is divisible by 7.
		

Crossrefs

Cf. A030516, A113851 and A138031 are subsequences.

Programs

  • Maple
    q:= n-> is(irem(numtheory[tau](n), 7)=0):
    select(q, [$1..5500])[];  # Alois P. Heinz, Jul 26 2020
  • Mathematica
    Select[Range[5000], Divisible[DivisorSigma[0, #], 7] &]

Formula

A030516 UNION A030632 UNION A137484 UNION A137491 UNION A175745 UNION A175750 UNION ... - R. J. Mathar, May 05 2023