|
Search: id:A081500
|
|
|
| A081500 |
|
In the following triangle the n-th row begins with n and contains n-1 smallest numbers coprime to n and greater than n. Sequence gives the leading diagonal. |
|
+0 2
|
|
| 1, 3, 5, 9, 9, 19, 13, 21, 20, 31, 21, 43, 25, 43, 41, 45, 33, 67, 37, 67, 55, 67, 45, 91, 54, 79, 65, 89, 57, 137, 61, 93, 85, 103, 83, 139, 73, 115, 100, 137, 81, 185, 85, 137, 127, 139, 93, 187, 104, 171, 130, 161, 105, 211, 128, 183, 145, 175, 117, 281, 121, 187, 170
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
1
2 3
3 4 5
4 5 7 9
5 6 7 8 9
6 7 11 13 17 19
7 8 9 10 11 12 13
8 9 11 13 15 17 19 21
|
|
PROGRAM
|
(PARI) for(k=1, 100, s=k+1; i=k+1; while(i<k+(k), if(gcd(s, k)==1, i++); s++); print1(s-1, ", ")) - Lambert Herrgesell (zero815(AT)googlemail.com), Mar 14 2006
|
|
CROSSREFS
|
Cf. A081501.
Sequence in context: A112661 A092996 A062949 this_sequence A030365 A063038 A066769
Adjacent sequences: A081497 A081498 A081499 this_sequence A081501 A081502 A081503
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 25 2003
|
|
EXTENSIONS
|
More terms from Lambert Herrgesell (zero815(AT)googlemail.com), Mar 14 2006
|
|
|
Search completed in 0.002 seconds
|