A274814 Numbers n such that n and n+1 both have 46 divisors.
2503092614937444351, 23558004745831448576, 34092301537081556991, 39615852614588039168, 40936630136879448063, 74890469244315631616, 87526152813173276672, 97270719381369782271
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)==46 && numdiv(n+1)==46