RosettaCodeData/Task/Attractive-numbers/00-TASK.txt
2023-07-01 13:44:08 -04:00

15 lines
550 B
Text

A number is an   ''attractive number''   if the number of its prime factors (whether distinct or not) is also prime.
;Example:
The number   '''20''',   whose prime decomposition is   '''2 × 2 × 5''',   is an   ''attractive number''   because the number of its prime factors   ('''3''')   is also prime.
;Task:
Show sequence items up to   '''120'''.
;Reference:
:*   The OEIS entry:   [[oeis:A063989|A063989: Numbers with a prime number of prime divisors]].
<br><br>