A050992 4-Knödel numbers.
6, 8, 12, 16, 20, 24, 28, 40, 44, 48, 52, 60, 68, 76, 80, 92, 112, 116, 120, 124, 148, 154, 164, 172, 188, 208, 212, 236, 240, 244, 264, 268, 280, 284, 292, 316, 332, 340, 356, 364, 388, 404, 412, 428, 436, 452, 508, 520, 524, 548, 556, 596, 604, 628, 652
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
- Eric Weisstein's World of Mathematics, Knödel Numbers.
Programs
-
Mathematica
Select[Range[6, 1000, 2], Divisible[# - 4, CarmichaelLambda[#]]&] (* Jean-François Alcover, Mar 01 2018 *)