Is this a possibly related issue: sage: O(7^0) --------------------------------------------------------------------------- ArithmeticError Traceback (most recent call last) <ipython-input-1-85f5f0a44709> in <module>() ----> 1 O(Integer(7)**Integer(0))
/usr/local/sage/sage-current/local/lib/python2.7/site-packages/sage/rings/big_oh.pyc in O(*x) 84 F = arith.factor(x) 85 if len(F) != 1: ---> 86 raise ArithmeticError("x must be prime power") 87 p, r = F[0] 88 if r >= 0: ArithmeticError: x must be prime power On Tuesday, 2 September 2014 17:02:45 UTC+2, John Cremona wrote: > > On 29 August 2014 12:32, Simon King <simon...@uni-jena.de <javascript:>> > wrote: > > Hi John, > > > > On 2014-08-29, John Cremona <john.c...@gmail.com <javascript:>> wrote: > >> 1 is definitely not a prime power. > > > > OEIS says it is: http://oeis.org/A000961 > > Not any more: http://oeis.org/A246655. The OEIS now distinguishes > between "prime powers" and "powers of primes". > > John > > > > >> It's basically the same reason that 1 > >> is not a prime. > > > > It's basically the same reason that the empty product evaluates to 1. > > > > Best regards, > > Simon > > > > -- > > You received this message because you are subscribed to the Google > Groups "sage-devel" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to sage-devel+...@googlegroups.com <javascript:>. > > To post to this group, send email to sage-...@googlegroups.com > <javascript:>. > > Visit this group at http://groups.google.com/group/sage-devel. > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.