login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A188533
Intersection of A089633 and A188531.
2
1, 2, 3, 4, 14, 23, 119, 123
OFFSET
1,2
COMMENTS
Binomial coefficient predictors in both bases 2 and 5 (for definition, see paper in link).
LINKS
V. Shevelev, Binomial Coefficient Predictors, Journal of Integer Sequences, Vol. 14 (2011), Article 11.2.8.
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 *)
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Vladimir Shevelev, Apr 03 2011
STATUS
approved