login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034293 Numbers n such that 2^n does not contain the digit 2 (probably finite). 10
0, 2, 3, 4, 6, 12, 14, 16, 20, 22, 23, 26, 34, 35, 36, 39, 42, 46, 54, 64, 74, 83, 168 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Is 168 the last term?

First row of A136291. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl) Apr 29 2008

MAPLE

isA034293 := proc(n) RETURN(not 2 in convert(2^n, base, 10)) ; end: for n from 0 to 100000 do if isA034293(n) then print(n) ; fi ; od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 04 2007

MATHEMATICA

Select[ Range@10000, FreeQ[ IntegerDigits[2^# ], 2] &] - Shyam Sunder Gupta (guptass(AT)rediffmail.com), Sep 01 2007

CROSSREFS

Cf. A007377.

Sequence in context: A185092 A018309 A039038 * A136291 A128393 A057919

Adjacent sequences:  A034290 A034291 A034292 * A034294 A034295 A034296

KEYWORD

base,nonn,fini

AUTHOR

Erich Friedman (erich.friedman(AT)stetson.edu)

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Oct 03 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.