A188533 Intersection of A089633 and A188531.
1, 2, 3, 14, 23, 119, 123
Offset: 1
Links
- Vladimir Shevelev, Binomial Coefficient Predictors, Journal of Integer Sequences, Vol. 14 (2011), Article 11.2.8.
Crossrefs
Programs
-
Mathematica
aQ[n_]:= DigitCount[n, 2, 0] < 2 && Module[{d=IntegerDigits[n,5]}, s=Select[d, #!=4 &]; s=={} || s =={3} || (d[[1]]<3 && s=={d[[1]]})]; Select[Range[100000], aQ] (* Amiram Eldar, Dec 14 2018 *)
Extensions
Incorrect term 4 deleted by Pontus von Brömssen, Jun 28 2025
Comments