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!)
A333100 Even numbers k such that both k and k + 2 are nontotients (A005277). 3
74, 122, 152, 186, 234, 242, 244, 246, 284, 302, 338, 362, 374, 402, 404, 410, 412, 426, 434, 470, 472, 482, 494, 514, 516, 530, 532, 548, 572, 594, 602, 608, 626, 666, 668, 678, 722, 728, 746, 752, 788, 802, 804, 842, 844, 866, 868, 870, 872, 890, 892, 914, 942 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Nontotient.
Wikipedia, Nontotient.
EXAMPLE
74 is a term since both 74 and 76 are nontotients.
PROG
(PARI) forstep(k=2, 100, 2, if(!istotient(k) && !istotient(k+2), print1(k, ", ")))
CROSSREFS
Sequence in context: A066132 A045283 A118221 * A270340 A300379 A300681
KEYWORD
nonn
AUTHOR
Amiram Eldar, Mar 07 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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)