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!)
A216416 a(n) = smallest m such that 2n-1 | 10^m+1, or 0 if no such m exists. 2
1, 0, 0, 3, 0, 1, 3, 0, 8, 9, 0, 11, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 23, 21, 0, 0, 0, 0, 29, 30, 0, 0, 0, 0, 0, 4, 0, 3, 0, 0, 0, 0, 0, 22, 3, 0, 0, 48, 0, 2, 17, 0, 0, 54, 0, 56, 0, 0, 0, 11, 0, 0, 21, 0, 65, 9, 0, 4, 23, 0, 3, 0, 0, 74, 0, 0, 0, 39, 0, 33, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
(PARI) for(i=0, 200, i++; m=0; for(x=1, i, if(((10^x+1))%i==0, m=x; break)); print1(m", ")) \\ V. Raman, Nov 22 2012
CROSSREFS
Cf. A002326.
Sequence in context: A137297 A178117 A095710 * A291960 A160052 A035650
KEYWORD
nonn
AUTHOR
V. Raman, Sep 07 2012
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)