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!)
A214739 Least m>0 such that n-m divides 2^(n-1)+m. 2
1, 2, 1, 2, 4, 6, 4, 4, 1, 2, 2, 6, 3, 14, 4, 14, 8, 8, 16, 10, 16, 20, 10, 12, 12, 26, 1, 2, 28, 26, 12, 16, 8, 32, 32, 18, 28, 38, 11, 22, 5, 42, 40, 22, 28, 26, 4, 44, 24, 26, 2, 50, 23, 38, 12, 10, 27, 56, 16, 30, 24, 62, 16, 56, 32, 66, 40, 4, 19, 14, 32, 36, 36, 74 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
EXAMPLE
Write x#y if x|y is false; then 5#33, 4#34, 3#35, 2|36, so a(6) = 4.
MATHEMATICA
Table[m = 1; While[! Divisible[2^(n-1)+m, n - m], m++]; m, {n, 2, 100}]
CROSSREFS
Cf. A213740.
Sequence in context: A358918 A368058 A324225 * A296159 A283334 A301413
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 28 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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)