A068784 Lesser of two consecutive numbers each divisible by a sixth power.
16767, 29888, 63423, 76544, 109375, 110079, 123200, 156735, 169856, 203391, 216512, 250047, 263168, 296703, 309824, 343359, 356480, 390015, 403136, 436671, 449792, 483327, 496448, 529983, 543104, 576639, 589760, 623295, 636416, 669951
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[ Range[2, 10^6], Max[ Transpose[ FactorInteger[ # ]] [[2]]] > 5 && Max[ Transpose[ FactorInteger[ # + 1]] [[2]]] > 5 &]
Comments