login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A188533 Intersection of A089633 and A188531. 2
1, 2, 3, 4, 14, 23, 119, 123 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A019137 A333623 A317737 * A163128 A280924 A295756
KEYWORD
nonn,base,more
AUTHOR
Vladimir Shevelev, Apr 03 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)