|
| |
|
|
A121641
|
|
a(0) = 1. a(n) = a(n-1) + (nth integer from among those positive integers which are coprime to a(n-1)).
|
|
1
| |
|
|
1, 2, 5, 8, 15, 23, 29, 36, 59, 68, 89, 100, 129, 148, 175, 197, 213, 238, 281, 300, 373, 394, 437, 462, 551, 577, 603, 643, 671, 702, 799, 831, 878, 943, 978, 1081, 1118, 1199, 1240, 1341, 1400, 1517, 1561, 1611, 1676, 1765, 1822, 1915, 1974, 2147, 2199, 2275
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
PROG
| (PARI) {m=51; print1(b=1, ", "); for(n=1, m, k=n; c=0; while(k>0, c++; if(gcd(b, c)==1, k--)); print1(a=b+c, ", "); b=a)} - (Klaus Brockhaus, Aug 14 2006)
|
|
|
CROSSREFS
| Cf. A121640, A121047.
Sequence in context: A024808 A077866 A098894 * A058884 A073335 A066897
Adjacent sequences: A121638 A121639 A121640 * A121642 A121643 A121644
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Leroy Quet Aug 12 2006
|
|
|
EXTENSIONS
| More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Aug 14 2006
|
| |
|
|