[sage-support] Re: "maximum recursion depht exceded"

2009-03-24 Thread christophe van der putten
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:

[sage-support] Re: "maximum recursion depht exceded"

2009-03-22 Thread John Cremona
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

[sage-support] Re: "maximum recursion depht exceded"

2009-03-22 Thread Mike Hansen
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