|
| |
|
|
A116538
|
|
a(1)=1. a(2)=2. a(n) = smallest positive integer not occurring earlier in the sequence such that GCD(a(n-2),a(n-1)+a(n)) = 1.
|
|
1
| |
|
|
1, 2, 3, 4, 6, 5, 8, 9, 10, 7, 12, 11, 14, 13, 16, 15, 18, 19, 22, 17, 20, 21, 26, 24, 23, 30, 25, 28, 29, 32, 27, 34, 31, 36, 33, 38, 35, 40, 39, 42, 37, 46, 41, 44, 43, 48, 45, 50, 47, 52, 49, 54, 53, 56, 51, 58, 55, 60, 57, 62, 59, 64, 61, 66, 63, 68, 69, 70, 67, 72, 65, 74
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Sequence may be a permutation of the positive integers.
|
|
|
LINKS
| Diana Mecum, Table of n, a(n) for n = 1..1132
|
|
|
EXAMPLE
| Among the positive integers not occurring among the first 6 terms of the sequence, 8 is the smallest m such that GCD(a(5),a(6)+m) = GCD(6,5+m) = 1.
Had we used 7 for m instead, we would have had GCD(6,5+7) = 6. So a(7) = 8.
|
|
|
CROSSREFS
| Sequence in context: A167905 A183090 A094138 * A084287 A053212 A194507
Adjacent sequences: A116535 A116536 A116537 * A116539 A116540 A116541
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Leroy Quet Mar 27 2006
|
|
|
EXTENSIONS
| More terms from Diana Mecum (diana.mecum(AT)gmail.com), Jun 21 2007
|
| |
|
|