This is what I get too. Also, it looks like all non-prime peculiars can be represented as
n=p(p2−p−1) where
p is prime. At least all the ones under 99,999 look this way (
but I have no clue how to prove this) :
1595287119946072351928799=======35711172931×××××××51941109271811929
We call a positive integer
n peculiar if, for any positive divisor
d of
n , the integer
d(d+1) divides
n(n+1).
Lemma: If
n is peculiar and has at most two prime divisors then
n∈{p,p(p2−p−1)} and
p2−p−1 is prime.
Proof: If
p∣n then
n=p⋅m. In case
m=1 we have
p(p+1)=n(n+1)∣n(n+1) and
1⋅(1+1)=2∣n(n+1) so primes are peculiar. Let us therefore assume that
n is not prime and
m>1.
Let
m=q be prime and
n=p⋅q a product of two primes. In case
p=q we get
p(p+1)∣n(n+1)=p2(p2+1)=p4+p2=p3(p+1)−p3+p2=p3(p+1)−p2(p+1)+2p2=p3(p+1)−p2(p+1)+2p(p+1)−2p=p3(p+1)−p2(p+1)+2p(p+1)−2(p+1)+2⇒0≡2modp+1which is impossible since
p>1. Therefore
p=q and
q(q+1)∣n(n+1)=pq(pq+1)⟹(q+1)∣p(pq+1)=p2(q+1)−p2+p⟹(q+1)∣p(p−1)and for symmetry reasons also
(p+1)∣q(q−1). Thus
r⋅(q+1)=p(p−1) and
s⋅(p+1)=q(q−1) for some positive integers
r,s∈Z. If
p=2 then
(q+1)∣2⋅(2−1)=2 which is impossible for
q>1. We may thus assume that we have odd primes
3≤p<q and
q∤(p+1). Hence
q∣s or
q⋅t=s and
t⋅(p+1)=q−1 for some positive integer
t∈Z.
If
p∤(q+1) then
p∣r, say
p⋅u=r. Thus
0<u=q+1p−1=tp+t+2p−1∈Zwhich implies first
t=0 and then
s=0 which is a contradiction. We therefore have
p∣(q+1), say
p⋅k=q+1, i.e.
r(q+1)=rpk=p(p−1) for some positive integer
k∈Z and
p=rk+1 and q=t(rk+2)+1=rk2+k−1.If
t≥k then
rk2+k−1=t(rk+2)+1≥rk2+2k+1 which isn't possible for positive
k. Hence we may assume
t<k or
−k<−t. Now
0r0kr00=rkt+2t−rk2−k+2=r(kt−k2)−(k−2t−2)=k(t−k)k−2t−2=k(k−t)2t+2−k>0<2t+2−k and thus t<k<2(t+1)∈{t+1,…,2t+1},k−t∈{1,…,t+1}=k(k−t)2t+2−k≥1<k(k−t)≤2t+2−k<t+2<k+2<k−t<1+k2Since both,
t and
k are positive, and
0<t<k, the smallest possible number is
k=2. On the other hand, if
k≥2, then
k−t∈]0,2[. and so
k=t+1. We have then in all cases
r=k(k−t)2t+2−k=t+12t+2−t−1=1and thus
q=p(p−1)−1=p2−p−1 prime. as demanded.
So if I didn't make any mistakes, this reduced the problem to ...
If n is peculiar then it has at most 2 prime factors.
The original problem should be easier once we know what peculiar numbers look like.