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!)
A343242 Nonprime numbers k such that A054008(k) = A054024(k). 0
1, 20, 196, 368, 650, 672, 780, 836, 1888, 2352, 3192, 11096, 17816, 20496, 30240, 51060, 84660, 130304, 979992, 1848964, 2291936, 3767100, 4526272, 8353792, 15126992, 15287976, 23569920, 33468416, 45532800, 74899952, 381236216, 623799776, 712023296, 1845991216 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If p is an odd prime then A054008(p) = A054024(p) = 2. Therefore, this sequence is restricted to nonprime numbers.
LINKS
EXAMPLE
20 is a term since it is a nonprime number and A054008(20) = A054024(20) = 2.
MATHEMATICA
Select[Range[10^6], !PrimeQ[#] && Mod[#, DivisorSigma[0, #]] == Mod[DivisorSigma[1, #], #] &]
CROSSREFS
Subsequences: A047728, A245782.
Sequence in context: A245137 A232224 A338778 * A219935 A191299 A027716
KEYWORD
nonn
AUTHOR
Amiram Eldar, Apr 08 2021
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 June 30 12:30 EDT 2024. Contains 373870 sequences. (Running on oeis4.)