A127853 Numbers n such that A118680(n) = 1.
10, 17, 26, 36, 37, 45, 50, 59, 61, 65, 67, 78, 82, 90, 91, 94, 101, 102, 105, 108, 110, 122, 136, 138, 145, 147, 149, 153, 155, 165, 170, 173, 181, 183, 188, 189, 193, 197, 210, 213, 220, 224, 226, 231, 232, 239, 249, 250, 257, 262, 263, 266, 268, 276, 279
Offset: 1
Keywords
Programs
-
Mathematica
Select[Range[1000],Numerator[(1 + #(#+1)/2)/#! ]==1&]
Comments