Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 11 years ago

JoshIzzard gravatar image

How to find instances where d(a,b)=p2 for p a prime

Suppose I have a dimension formula (for a Lie algebra representation) given by dima,b=(a+1)(b+1)(a+b+2)2. I now would like to find pairs (a,b) where dima,b=p2 for p a prime? What are some techniques for accomplishing this? Should I first filter out a list of primes using isprime and then check possible pairs (a,b) for each prime p<N, say 1000.