Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 4 years ago

GA3165 gravatar image

list of all prime powers -1

The primes () method gives the list of all primes. Similarly, I need a list that consists of pk1 where p is a prime and k1. How to create this infinite list? Thank you.

list of all prime powers -1

The primes () method gives the list of all primes. Similarly, I need a list that consists of all pk1 where p is a prime and k1. How to create this infinite list? Thank you.

list of all prime powers -1

The primes () method gives the list of all primes. Similarly, I need a list (Say PP) that consists of all pk1 where p is a prime and k1. How to create this infinite list?

Also, I want all possible finite products of elements of PP. Using this I want to understand when two such products are equal.

How to do this? Kindly share your thoughts. Thank you.

list of all prime powers -1

The primes () method gives the list of all primes. Similarly, I need a list (Say PP) that consists of all pk1 where p is a prime and k1. How to create this infinite list?

Also, I want all possible finite products of elements of PP. Using this I want to understand when two such products are equal.

How to do this? Kindly share your thoughts. Thank you.