A244034 Numbers not containing the digit 0 that do not appear in A243357.
14, 18, 34, 38, 54, 58, 74, 78, 94, 98, 114, 118, 134, 138, 141, 142, 143, 144, 145, 146, 147, 148, 149, 154, 158, 174, 178, 181, 182, 183, 184, 185, 186, 187, 188, 189, 194, 198, 214, 218, 228, 234, 238, 254, 258, 268, 274, 278, 294, 298, 313, 314, 316, 318, 319, 323, 326, 329
Offset: 1
References
- Giovanni Resta and Hans Havermann, Postings to the Sequence Fans Mailing List, circa Jun 26 2014
Links
- Hans Havermann, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Complement[Range[0,26547],Take[A243357,11021]],MemberQ[IntegerDigits[#],0]==False&] (* Hans Havermann, Jun 26 2014 *)