login
A216825
Prime factors of the first 8 primary pseudoperfect numbers A054377.
3
2, 3, 7, 11, 17, 23, 31, 43, 101, 149, 3109, 47059, 2217342227, 1729101023519
OFFSET
1,1
COMMENTS
See A054377 for comments, references, and links.
EXAMPLE
42 = 2*3*7 is the third primary pseudoperfect number, so 2, 3, 7 are members.
5 is not a factor of any of the first 8 primary pseudoperfect numbers, so 5 is not a member.
MATHEMATICA
A054377 = Cases[Import["https://oeis.org/A054377/b054377.txt", "Table"], {_, _}][[All, 2]];
Union[First /@ Flatten[FactorInteger[A054377], 1]] (* Robert Price, Mar 14 2020 *)
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Jonathan Sondow, Sep 17 2012
STATUS
approved