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!)
A176773 Smallest power of 14 whose decimal expansion contains n. 11
105413504, 1, 2744, 38416, 14, 537824, 196, 2744, 38416, 196, 105413504, 11112006825558016, 56693912375296, 105413504, 14, 155568095557812224, 38416, 2177953337809371136, 5976303958948914397184, 196, 20661046784, 2177953337809371136 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
This is to 14 as A176763 is to 3 and as A030001 is to 2.
LINKS
FORMULA
a(n) = MIN{A001023(i) such that n in decimal representation is a substring of A001023(i)}.
EXAMPLE
a(1) = 1 because 14^0 = 1 has "1" as a substring (not a proper substring, though).
a(2) = 2744 because 14^3 = 2744 has "2" as a substring.
a(3) = 38416 because 14^4 = 38416 has "3" as a substring.
MATHEMATICA
A176773[n_] := Block[{k = -1}, While[StringFreeQ[IntegerString[14^++k], IntegerString[n]]]; 14^k]; Array[A176773, 50, 0] (* Paolo Xausa, Apr 03 2024 *)
CROSSREFS
Sequence in context: A114679 A157859 A157863 * A035498 A018897 A124149
KEYWORD
base,easy,nonn
AUTHOR
Jonathan Vos Post, Apr 25 2010
EXTENSIONS
More terms from Sean A. Irvine and Jon E. Schoenfield, May 05 2010
a(0) prepended by Paolo Xausa, Apr 03 2024
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 April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)