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!)
A350321 Totient numbers k such that 14*k is a nontotient. 5
1, 22, 46, 52, 82, 148, 172, 178, 190, 250, 262, 292, 310, 358, 366, 382, 388, 442, 466, 490, 502, 506, 556, 562, 568, 586, 598, 652, 658, 682, 718, 742, 772, 822, 852, 862, 910, 946, 982, 1090, 1102, 1150, 1162, 1186, 1210, 1222, 1278, 1282, 1306, 1366, 1372 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
14 is the smallest even nontotient.
LINKS
EXAMPLE
52 is a term since 52 = phi(53) = phi(106), but phi(n) = 14*52 = 728 has no solution.
172 is a term since 172 = phi(173) = phi(346), but phi(n) = 14*172 = 2408 has no solution.
PROG
(PARI) isA350321(n) = istotient(n) && !istotient(14*n)
CROSSREFS
Totient numbers k such that m*k is a nontotient: A350316 (m=3), A350317 (m=5), A350318 (m=7), A350319 (m=9), A350320 (m=10), this sequence (m=14).
Sequence in context: A041962 A041964 A041966 * A106838 A190614 A281187
KEYWORD
nonn
AUTHOR
Jianing Song, Dec 24 2021
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 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)