A274816 Numbers n such that n and n+1 both have 50 divisors.
2707370000, 22155470000, 23657996592, 32479730000, 53873960624, 68830910000, 71740379375, 75117480624, 103837490000, 129539709999, 129565220624, 157312019375, 163086669999, 173918639375
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
- Charles R Greathouse IV, GP script to compute terms
Programs
-
PARI
is(n)=numdiv(n)==50 && numdiv(n+1)==50