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!)
A176764 Smallest power of 4 whose decimal expansion contains n. 11
1024, 1, 256, 16384, 4, 256, 16, 1048576, 16384, 4096, 1024, 1099511627776, 1125899906842624, 1180591620717411303424, 262144, 288230376151711744, 16, 17179869184, 1073741824, 4194304, 72057594037927936, 262144, 4722366482869645213696 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
This is to 4 as A176763 is to 3 and as A030001 is to 2.
LINKS
FORMULA
a(n) = MIN{A000302(i) such that n in decimal representation is a substring of A000302(i)}.
a(n) = 4^A062521(n). - Michel Marcus, Sep 30 2014
EXAMPLE
a(1) = 1 because 4^0 = 1 has "1" as a substring (not a proper substring, though).
a(2) = 256 because 4^4 = 256 has "2" as a substring.
a(3) = 16384 because 4^7 = 16384 has "3" as a substring.
MATHEMATICA
A176764[n_] := Block[{k = -1}, While[StringFreeQ[IntegerString[4^++k], IntegerString[n]]]; 4^k]; Array[A176764, 50, 0] (* Paolo Xausa, Apr 03 2024 *)
CROSSREFS
Sequence in context: A263168 A336779 A030001 * A351262 A336778 A084912
KEYWORD
base,easy,nonn
AUTHOR
Jonathan Vos Post, Apr 25 2010
EXTENSIONS
Corrected and extended by 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)