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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130693 Powers of 2 whose digits are powers of 2. 1
1, 2, 4, 8, 128 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

It is unknown if there are any other powers of 2 with this property (that is, the digits are composed only of the numbers 1,2,4,8).

No more powers of 2 with this property up to 2^(70000) (Saunders, J. of Recreational Mathematics, v. 26, p. 151). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 15 2007

By looking at just the lowest 20 digits of the powers of 2, the Mathematica program shows that there are no other terms less than 2^10000000. - T. D. Noe (noe(AT)sspectra.com), Apr 05 2008

REFERENCES

David Wells, "The Penguin Dictionary of Curious and Interesting Numbers" (1997), p. 123.

MAPLE

a := proc (n) if `subset`(convert(convert(2^n, base, 10), set), {1, 2, 4, 8}) then 2^n else end if end proc: seq(a(n), n = 0 .. 300); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 15 2007

MATHEMATICA

pwr=1; Do[pwr=Mod[2*pwr, 10^20]; d=Union[IntegerDigits[pwr]]; If[Intersection[d, {3, 5, 6, 7, 9, 0}]=={}, Print[n]], {n, 10000000}] - T. D. Noe (noe(AT)sspectra.com), Apr 05 2008

CROSSREFS

Sequence in context: A018713 A007633 A018777 * A060815 A200758 A110746

Adjacent sequences:  A130690 A130691 A130692 * A130694 A130695 A130696

KEYWORD

nonn,base

AUTHOR

Gregory P. Dresden (dresdeng(AT)wlu.edu), Jul 09 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 15 12:25 EST 2012. Contains 205786 sequences.