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!)
A214751 Least m>0 such that n-m divides ceiling(n/2)+ceiling(m/2). 1
1, 2, 1, 1, 2, 2, 7, 5, 3, 3, 4, 4, 10, 14, 5, 5, 6, 6, 12, 17, 7, 7, 8, 8, 22, 16, 9, 9, 10, 10, 19, 29, 11, 11, 12, 12, 27, 23, 13, 13, 14, 14, 36, 32, 15, 15, 16, 16, 30, 43, 17, 17, 18, 18, 40, 34, 19, 19, 20, 20, 37, 62, 21, 21, 22, 22, 60, 41, 23, 23, 24, 24, 70 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
EXAMPLE
Write x#y if x|y is false; then 8#6, 7#6, 6#7, 5#7, 4|8, so a(9) = 5.
MATHEMATICA
Table[m = 1; While[! Divisible[Ceiling[n/2]+Ceiling[m/2], n-m], m++]; m, {n, 2, 100}]
CROSSREFS
Sequence in context: A246402 A114551 A191620 * A306512 A343938 A239397
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 July 18 01:22 EDT 2024. Contains 374377 sequences. (Running on oeis4.)