A127852 Numbers n such that A118679(n) = 1.
1, 3, 10, 19, 24, 30, 43, 51, 58, 62, 73, 75, 82, 94, 101, 106, 115, 116, 118, 128, 138, 147, 149, 159, 160, 163, 167, 172, 183, 186, 190, 191, 195, 201, 211, 214, 219, 249, 250, 252, 253, 260, 266, 272, 274, 277, 279, 283, 290, 294, 296, 306, 309, 310, 318
Offset: 1
Keywords
Programs
-
Mathematica
Select[Range[1000],Numerator[(#^2+3#-2)/(2(#+1)!)]==1&]
Formula
An integer n is in this sequence iff all prime divisors of n^2+3n-2 do not exceed n+1 and n^2+3n-2 is not of the form 2*p^2 for some prime p. [From Max Alekseyev, Jun 02 2009]
Comments