The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A104321 Smallest number m such that A104320(m)=n. 3
0, 5, 8, 18, 13, 26, 27, 23, 42, 25, 37, 58, 47, 46, 61, 67, 54, 71, 77, 73, 88, 99, 141, 100, 115, 114, 119, 117, 113, 112, 109, 135, 110, 127, 133, 136, 164, 162, 177, 186, 193, 195, 163, 189, 201, 196, 191, 199, 206, 188, 208, 200, 221, 266, 235, 234, 238, 280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A104320(a(n))=n and A104320(m)<>n for m<a(n).
If it exists, a(115) > 10^5. - Michel Marcus, Oct 19 2016
LINKS
PROG
(PARI) a(n) = {my(k = 0); while (#select(x->(x==0), digits(2^k, 3)) != n, k++); k; } \\ Michel Marcus, Oct 19 2016
CROSSREFS
Cf. A036462.
Sequence in context: A246638 A192170 A280251 * A196934 A359949 A291752
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 01 2005
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 June 5 20:25 EDT 2024. Contains 373110 sequences. (Running on oeis4.)