The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A350319 Totient numbers k such that 9*k is a nontotient. 5
1, 10, 46, 66, 78, 106, 126, 138, 150, 166, 178, 190, 210, 226, 262, 268, 270, 306, 346, 358, 366, 372, 378, 382, 418, 430, 442, 466, 478, 490, 506, 522, 546, 570, 586, 598, 606, 630, 646, 676, 682, 718, 726, 738, 750, 786, 810, 822, 826, 838, 882, 886, 906 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
10 is a term since 10 = phi(11) = phi(22), but phi(n) = 9*10 = 90 has no solution.
46 is a term since 46 = phi(47) = phi(94), but phi(n) = 9*46 = 414 has no solution.
PROG
(PARI) isA350319(n) = istotient(n) && !istotient(9*n)
CROSSREFS
Totient numbers k such that m*k is a nontotient: A350316 (m=3), A350317 (m=5), A350318 (m=7), this sequence (m=9), A350320 (m=10), A350321 (m=14).
Sequence in context: A044112 A073248 A044493 * A279092 A007941 A007940
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 May 21 07:02 EDT 2024. Contains 372729 sequences. (Running on oeis4.)