A092453 Numbers that either contain the digit 4 or are divisible by 4.
0, 4, 8, 12, 14, 16, 20, 24, 28, 32, 34, 36, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 52, 54, 56, 60, 64, 68, 72, 74, 76, 80, 84, 88, 92, 94, 96, 100, 104, 108, 112, 114, 116, 120, 124, 128, 132, 134, 136, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 152, 154, 156
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
Select[Range[0, 300], Mod[#, 4] == 0||MemberQ[IntegerDigits[#], 4] &] (* Vincenzo Librandi, Jul 19 2016 *)
Extensions
More terms from Mohammed Bouayoun (bouyao(AT)wanadoo.fr), Mar 25 2004