OFFSET
5,1
COMMENTS
REFERENCES
See A085012.
LINKS
EXAMPLE
The irregular triangle begins
31
none
257
73
89, 683
113
11, 151, 331
73, 109
61681
MATHEMATICA
Flatten[Table[p=Prime[n]; q=Transpose[FactorInteger[2^(p-1)-1]][[1]]; cnt={}; Do[If[PowerMod[2, p*q[[i]]-1, p*q[[i]]]==1, AppendTo[cnt, q[[i]]]], {i, Length[q]}]; cnt, {n, 5, 50}]]
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
T. D. Noe, Jan 19 2011
STATUS
approved