A215637 Number of solutions of square array of integers, choosing one prime from each row and column.
1, 1, 1, 2, 7, 72, 2144, 2641, 1345721, 2191254096
Offset: 1
Examples
For n=2, p=3, and the only solution is {3,5,7}, so a(2) = 1.
References
- Martin Erickson, Beautiful Mathematics, Mathematical Association of America, 2011, p. 6. The problem is called Transversal of primes.
Links
- J. K. Andersen, W. Edwin Clark, Jud McCranie, Carlos Rivera, Emmanuel Vantieghem, Puzzle 649 (www.primepuzzles.net)
Comments