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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152493 Numbers n such that the decimal expansion of 2^n+5^n contains no 0's (probably 58 is last term). 1
0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 12, 16, 17, 18, 30, 37, 58 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

EXAMPLE

{n,2^n+5^n}: {0,2}, {1,7}, {2,29}, {3,133}, {4,641}, {5,3157}, {6,15689}, {7,78253}, {9,1953637}, {10,9766649}, {12,244144721}, {16,152587956161}, {17,762939584197}, {18,3814697527769}, {30,931322574616552257449}, {37,72759576141834396472156597}, {58,34694469519536141888238777858214286477369}.

MATHEMATICA

Do[p=2^n+5^n; If[FreeQ[IntegerDigits[p], 0], Print[{n, p}]]], {n, 0, 2000}]

Select[Range[10000], DigitCount[2^#+5^#, 10, 0]==0&] (* From Harvey P. Dale, Oct 14 2011 *)

CROSSREFS

Cf. A074600, A007496.

Sequence in context: A011870 A087950 A060527 * A079002 A119984 A059879

Adjacent sequences:  A152490 A152491 A152492 * A152494 A152495 A152496

KEYWORD

base,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Oct 25 2009

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 13:12 EST 2012. Contains 205909 sequences.