login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A332555
Numbers that are not supertotients.
2
1, 2, 3, 4, 6, 7, 9, 11, 18, 19, 23, 27, 31, 43, 47, 49, 59, 67, 71, 79, 81, 83, 103, 107, 121, 127, 131, 139, 151, 163, 167, 179, 191, 199, 211, 223, 227, 239, 243, 251, 263, 271, 283, 307, 311, 331, 343, 347, 359, 361, 367, 379, 383, 419, 431, 439, 443, 463
OFFSET
1,2
COMMENTS
Consists of the union of {1,2,4,6,18} and the numbers {p^r: p = prime of the form 4k+3, r >= 1}.
LINKS
Joshua Harrington, Tony W. H. Wong, On super totient numbers and super totient labelings of graphs, Discrete Mathematics Vol. 343, Iss. 2, February 2020, 111670.
M. Khalid Mahmood and Shahbaz Ali, A Novel Labeling Algorithm on Several Classes of Graphs, Punjab University Journal of Mathematics, Vol. 49, No. 2 (2017), pp. 23-35.
MATHEMATICA
Sort @ Join[{1, 2, 4, 6, 18}, Select[Range[500], PrimeNu[#] == 1 && Mod[FactorInteger[#][[1, 1]], 4] == 3 &]] (* Amiram Eldar, Apr 14 2020 *)
CROSSREFS
Complement of A332555.
Sequence in context: A065156 A097987 A049149 * A373097 A304206 A243498
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 22 2020
STATUS
approved