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!)
A152520 Numbers n such that the decimal expansion of 2^n+5^n contains no 2's and no 5's (probably 11 is the last term). 0
1, 3, 4, 8, 10, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
{n, 2^n+5^n}:{1,7}, {3,133}, {4,641}, {8,390881}, {10,9766649}, {11,48830173}.
MATHEMATICA
Do[If[Intersection[IntegerDigits[p=2^n+5^n], {2, 5}]=={}, Print[{n, p}]], {n, 0, 2000}]
CROSSREFS
Sequence in context: A258640 A345223 A185726 * A239976 A191193 A327185
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Oct 25 2009
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 September 4 16:20 EDT 2024. Contains 375685 sequences. (Running on oeis4.)