login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122212 a(n) = n-th integer from among those positive integers which are coprime to the sum of the divisors of n. 2
1, 2, 5, 4, 13, 17, 13, 14, 9, 29, 31, 27, 29, 41, 43, 16, 49, 29, 47, 67, 41, 65, 67, 89, 25, 89, 67, 65, 107, 89, 61, 55, 97, 101, 103, 45, 77, 139, 89, 149, 143, 125, 93, 151, 145, 137, 139, 99, 77, 77, 151, 121, 157, 199, 163, 209, 141, 217, 221, 209, 125, 185, 135 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

8 = 1 + 7 is the sum of the divisors of 7. 1,3,5,7,9,11,13,15,17,19,21...are the positive integers which are

coprime to 8. Of these integers, 13 is the 7th. So a(7) = 13.

MATHEMATICA

f[n_] := Block[{c = n, k = 0}, While[c > 0, k++; While[GCD[DivisorSigma[1, n], k] > 1, k++ ]; c-- ]; k ]; Table[f[n], {n, 63}] (*Chandler*)

CROSSREFS

Cf. A122213.

Sequence in context: A084410 A080067 A117824 * A102468 A079053 A189942

Adjacent sequences:  A122209 A122210 A122211 * A122213 A122214 A122215

KEYWORD

nonn

AUTHOR

Leroy Quet Aug 26 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Aug 29 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 10:53 EST 2012. Contains 205904 sequences.