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!)
A214745 Least m>0 such that n-m divides 2*n-1+m. 1
1, 1, 3, 3, 5, 2, 7, 7, 9, 3, 5, 11, 13, 4, 15, 7, 17, 5, 19, 19, 9, 6, 23, 23, 15, 7, 27, 27, 29, 8, 13, 19, 33, 9, 35, 15, 37, 10, 23, 39, 17, 11, 43, 43, 45, 12, 35, 47, 49, 13, 21, 51, 31, 14, 55, 23, 57, 15, 59, 35, 25, 16, 63, 63, 65, 17, 39, 67, 51, 18, 29, 71 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,3
LINKS
EXAMPLE
Write x#y if x|y is false; then 10#22, 9#23, 8|24, so a(11) = 3.
MATHEMATICA
Table[m = 1; While[! Divisible[2n-1+m, n-m], m++]; m, {n, 2, 100}]
CROSSREFS
Sequence in context: A204154 A267089 A016555 * A015909 A115155 A136549
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 29 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 March 28 14:21 EDT 2024. Contains 371254 sequences. (Running on oeis4.)