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!)
A269724 Numbers which contain no 2's when written in bases 3 through 10. 1
0, 1, 3, 4, 31, 58130496, 58130499, 58130500, 58130703, 58183951, 77810815551163745898450783, 77810815551163745898451143, 61819635578801174196008456415, 61819635578801174196008574451, 61819635578801174196008574771 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
There are 134 known terms. If a(135) exists, it must exceed 10^2300.
LINKS
PROG
(PARI) isok(n) = {for (b=3, 10, d = digits(n, b); if (vecsearch(vecsort(d, , 8), 2), return (0)); ); 1; } \\ Michel Marcus, Mar 06 2016
CROSSREFS
Sequence in context: A042653 A219679 A042431 * A296250 A032834 A025140
KEYWORD
nonn,base
AUTHOR
Nathan Fox, Mar 03 2016
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)