login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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 * A304206 A243498 A156287
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 22 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)