OFFSET
1,1
LINKS
R. J. Mathar, Table of n, a(n) for n = 1..4725
Robin Chapman, Comments on the Somon Davis paper
Simon Davis, A Proof of the Odd Perfect Number Conjecture, arXiv:hep-th/0401052 [But see the comments on this paper by Robin Chapman]
MATHEMATICA
PrimeFactors[ n_Integer ] := Flatten[ Table[ #[ [ 1 ] ], {1} ] & /@ FactorInteger[ n ] ]; Prime[ Select[ Range[ 242 ], Prime[ # ] > PrimeFactors[ Prime[ # ]^2 + Prime[ # ] + 1 ][ [ -1 ] ] & ] ]
CROSSREFS
KEYWORD
nonn
AUTHOR
R. K. Guy and Robert G. Wilson v, Jan 14 2004
STATUS
approved