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.

A333646 Numbers k divisible by the largest prime factor of the sum of divisors of k; a(1) = 1.

This page as a plain text file.
%I A333646 #29 Jun 06 2020 03:19:09
%S A333646 1,6,15,28,30,33,40,42,51,66,69,84,91,95,102,105,117,120,135,138,140,
%T A333646 141,145,159,165,182,186,190,210,213,224,231,234,255,270,273,280,282,
%U A333646 285,287,290,295,308,318,321,330,345,357,364,395,420,426,435,440,445,455
%N A333646 Numbers k divisible by the largest prime factor of the sum of divisors of k; a(1) = 1.
%C A333646 Pomerance (1973) proved that all the harmonic numbers (A001599) are in this sequence.
%C A333646 If m is a product of distinct Mersenne primes (A046528), m > 1 and 3 | m, then 2*m is a term.
%C A333646 If p is a term of A005105 then, 6*p is a term for p > 3, and 3*p is a term if p is not a Mersenne prime (A000668).
%H A333646 Amiram Eldar, <a href="/A333646/b333646.txt">Table of n, a(n) for n = 1..10000</a>
%H A333646 Carl Pomerance, On a Problem of Ore: Harmonic Numbers, unpublished manuscript, 1973; abstract *709-A5, Notices of the American Mathematical Society, Vol. 20, 1973, page A-648, <a href="https://www.ams.org/journals/notices/197311/197311FullIssue.pdf">entire volume</a>.
%F A333646 Numbers k such that A071190(k) | k.
%e A333646 15 is a term since sigma(15) = 24, 3 is the largest prime factor of 24, and 15 is divisible by 3.
%t A333646 Select[Range[500], Divisible[#, FactorInteger[DivisorSigma[1, #]][[-1, 1]]] &]
%Y A333646 A001599 and A105402 are subsequences.
%Y A333646 Cf. A000203, A000668, A005105, A006530, A046528, A071190.
%K A333646 nonn
%O A333646 1,2
%A A333646 _Amiram Eldar_, Jun 05 2020