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!)
A214803 Frobenius numbers of numerators and denominators of rational numbers in order of their canonical enumeration. 4
-1, -1, 1, -1, 5, -1, 3, 7, 11, -1, 19, -1, 5, 11, 17, 23, 29, -1, 13, 27, 41, -1, 7, 23, 31, 47, 55, -1, 17, 53, 71, -1, 9, 19, 29, 39, 49, 59, 69, 79, 89, -1, 43, 65, 109, -1, 11, 23, 35, 47, 59, 71, 83, 95, 107, 119, 131, -1, 25, 51, 103, 129, 155, -1, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
a(n) = A020652(n) * A038567(n) - A020652(n) - A038567(n);
for n > 1: a(A015614(n)) = A165900(n-1);
a(A002088(n)) = -1.
LINKS
Eric Weisstein's World of Mathematics, Frobenius Number.
Wikipedia, Coin problem
PROG
(Haskell)
a214803 n = a214803_list !! (n-1)
a214803_list = [x * y - x - y | y <- [1..], x <- [1..y-1], gcd x y == 1]
CROSSREFS
Sequence in context: A094136 A051996 A242303 * A225984 A074048 A244350
KEYWORD
sign
AUTHOR
Reinhard Zumkeller, 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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)