Thank you for your help, i will test that.
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at
http:
Also if you type prime_powers? you will see this:
Definition: prime_powers(start, stop=None)
Docstring:
List of all positive primes powers between start and stop-1,
inclusive. If the second argument is omitted, returns the
primes up
to the first argument.
EXA
Hello,
On Mar 22, 7:16 am, christophe van der putten
wrote:
> Hi,
> I am a newbie with sage, a want to save in a text file all prime and
> prime power that are lower than a big number Max=(10^18).
>
> i use two loop: as below and i have the error message "maximum
> recursion depht exceded".
> t