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!)
A124141 Numbers k such that there is a number m < k satisfying A000203(k) = A000203(m) = m + k - gcd(m,k). 1
38, 92, 153, 284, 332, 459, 494, 885, 956, 1035, 1358, 1784, 2295, 2528, 2678, 5434, 5607, 6027, 6255, 7564, 7928, 8235, 8648, 9729, 10325, 10413, 12008, 14104, 15813, 16198, 17794, 22712, 22936, 23247, 27082, 27626, 28917, 30938, 33082, 34688, 37790, 37816 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
38 is in the sequence because A000203(24) = A000203(38) = 60 = 24 + 38 - gcd(24,38).
PROG
(PARI) isok(k) = {my(sk = sigma(k)); for (m=1, k, if ((sk == sigma(m)) && (sk == m + k - gcd(m, k)), return (1)); ); return (0); } \\ Michel Marcus, Oct 27 2019
CROSSREFS
Subsequence of A069822.
Sequence in context: A235087 A235080 A218331 * A093649 A020167 A186439
KEYWORD
nonn
AUTHOR
Yasutoshi Kohmoto, Dec 01 2006
EXTENSIONS
Edited by Stefan Steinerberger, Aug 14 2007
More terms from Jinyuan Wang, Feb 07 2022
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 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)