The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A067192 Composite c such that sigma(c)==2 (mod phi(c)). 3
10, 20, 52, 232, 976, 1332, 65152, 261376, 4191232, 67096576, 274877120512, 4398043365376 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(12) > 10^12. 4398043365376, 70368731594752 and 72057593635274752 are also terms. - Donovan Johnson, Feb 29 2012
a(13) > 10^13. If 2^k-3 is prime (A050414), then 2^(k-2)*(2^k-3) is a term. Up to 10^13 the only term not of this form is 1332. - Giovanni Resta, Mar 29 2020
LINKS
PROG
(PARI) isok(c) = !isprime(c) && ((sigma(c) % eulerphi(c)) == 2); \\ Michel Marcus, Feb 17 2021
CROSSREFS
Sequence in context: A205879 A254030 A188896 * A030004 A271512 A294473
KEYWORD
nonn,more
AUTHOR
Benoit Cloitre, Feb 19 2002
EXTENSIONS
a(8)-a(10) from Donovan Johnson, Dec 14 2009
a(11) from Donovan Johnson, Feb 29 2012
a(12) from Giovanni Resta, Mar 29 2020
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 May 23 01:37 EDT 2024. Contains 372758 sequences. (Running on oeis4.)