Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A034293
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A034293 Numbers n such that 2^n does not contain the digit 2 (probably finite). +0
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; listen)
OFFSET

1,2

COMMENT

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: A029505 A018309 A039038 this_sequence A136291 A128393 A057919

Adjacent sequences: A034290 A034291 A034292 this_sequence 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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research