Posted by: Gary Ernest Davis on: May 16, 2011
As a special case of Fermat’s little theorem, if is an odd prime number then is divisible by , or, in the language of congruences, .
The converse of this is not true: if where is a positive integer, it does not follow that is prime. For example could be . There are infinitely many such .
Composite integers that pass a test for prime numbers are commonly known as pseudoprimes. Of course whether a composite number is regarded as a pseuodprime depends on the particular prime number property we are using.
Another property of primes involves the Catalan numbers. These are the numbers defined by the recurrence relation and .
The Catalan numbers can also be defined recursively by .
The Catalan numbers are the coefficients of in the series expansion of
The Catalan numbers up to are
1, 1, 2, 5, 14, 42, 132, 429, 1430, 4862, 16796, 58786, 208012, 742900, 2674440, 9694845, 35357670, 129644790, 477638700, 1767263190, 6564120420, 24466267020, 91482563640, 343059613650, 1289904147324, 4861946401452.
Clearly grows rapidly with . In fact in the sense that the ratio of to approaches 1 as :
Theorem 2 of Aebi & Cairns (see below) provides a property of prime numbers in terms of Catalan numbers:
If is an odd prime, then
On the other hand, there are numbers other than primes that also have this property, for example .
Aebi & Cairns call a composite number a Catalan pseudoprime if . Thus, 5907 is a Catalan pseudoprime.
Currently the only known Catalan pseudoprimes are:
The following two lines of Mathematica® code:
n = 1;
While[Or[Mod[(-1)^((n – 1)/2)*CatalanNumber[(n – 1)/2], n] != 2, PrimeQ[n] == True], n = n + 2]
found 5907 in 1.86 seconds.
Beyond that things are much more difficult.
The Catalan numbers are related to the middle binomial coefficients . When is odd, say , we have . A theorem of Erdös (see Finch, 2007, below) shows that almost always the middle binomial coefficient is divisible by high powers of small primes. Let denote the smallest odd prime dividing . How does vary with k? A plot of is shown below.
This plot indicates that although commonly, there are values of k for which becomes much larger. In light of the theorem of Erdös cited above, a fundamental question is whether the numbers stay bounded as k increases.
The plot below shows the running average of the values of . It indicates that, possibly, .
The function takes the value 1 exactly when is prime or a Catalan pseudoprime. How does behave as a function of ?
A plot of , below, indicates that is bounded above by a linear function of but has wide variation:
A plot for shows similar behavior, but appears more dense on the same scale:
This is more or less what we would expect if the values of distributed themselves relatively uniformly across the remainders . A plot of the running average , and of the running standard deviation , indicates a linear increase with :
How does the function behave as a function of ? The plot below indicates that the values are not uniformly distributed:
A blow-up around the value shows the following behavior:
Similar behavior holds around the value .
Similar, but weaker, behavior occurs around the values :
Posted by: Gary Ernest Davis on: May 12, 2011
I will address college and university mathematics and not – yet – school mathematics.
The nature of the school mathematics curriculum, K-16 – is a major issue that needs urgent re-vamping, but today I want to focus on tertiary mathematics.
I want to focus on a
Nalini is Professor of Mathematics at the University of Sydney, Australia (where “Professor” means “Full Professor”), Chair of Applied Mathematics , Director of the Centre for Mathematical Biology, former Head of the School of Mathematics and Statistics (2007 – 2009), a Member of the Australian Academy of Science, and former President of the Australian Mathematical Society (December 2008 – September 2010).
She has reason, therefore, to be particularly concerned about an article that questions whether the mathematics education provided to students at colleges and universities throughout the world is appropriate for today’s students.
Here is the Times Higher Education article:
________________________________________________________________
12 May 2011
Report finds that a focus on content does not address students’ needs. Matthew Reisz writes
The teaching of mathematics in universities “may not be fit for purpose”, not least because it tends “to focus on content without a clear idea of what can be done with it”.
This is among the conclusions of a report that says universities risk leaving graduates ill-equipped to apply their mathematical training in the “real world”.
The analysis, which expands on an HE Mathematics Curriculum Summit run by the Maths, Stats and OR Network and the Institute of Mathematics and its Applications earlier this year, calls for “a more flexible approach to meet employer needs”.
The summit at the University of Birmingham brought together heads of mathematics or their representatives from 26 universities offering maths degrees. The resulting report, published last week, spells out both challenges and possible solutions.
One discussion group focused on the knowledge and attributes that maths students must possess to be allowed to graduate.
There was “considerable consensus” about the core areas and essential graduate attributes such as problem-solving, flexibility, enthusiasm for the subject – and the ability to communicate mathematics.
The last of these came under scrutiny in another discussion group.
Participants acknowledged that some maths students had “low social ability” and chose the subject “specifically to get away from having to present through long-form written and oral communication”. However, they also thought that universities should address these deficits.
Institutions offering maths degrees had “a duty and a necessity to meet students’ career aspirations”, which, the report says, includes developing graduate skills in presenting and other forms of communication. The report recommends that students be required to gain such skills and that universities help them to do so by, for example, providing maths support centres that encourage students to “work collectively”.
Even more contentious was the issue of students learning to handle new problems, which is vital because in many areas of employment, graduates “will be tackling unfamiliar problems”, the analysis notes.
Both modularisation and the rote learning encouraged by current assessment methods could add to students’ unease in novel situations.
More useful would be for lecturers to act as role models in “trying to solve unfamiliar problems, particularly ‘dirty’ problems with substantial risk of failure”.
The report calls for “a coordinated voice” and less anxiety about the demands of the Quality Assurance Agency, arguing that “if we are clear enough about what we want to do with our students, the QAA will be happy for us to do what we like”.
It also cautions academics not to project their own ambitions – namely a career as a mathematician – on their undergraduate students and to design each curriculum to meet the “aspirations of those people who will study that curriculum”.
More specific recommendations include “the development of a bank of industry-based problems” and further reflection on the difference between rigorous proof and ways of approaching unfamiliar real-life scenarios that might yield useful answers.
matthew.reisz@tsleducation.com
________________________________________________________________
The Department of Mathematics in which I work had two developing strengths when I arrived: mathematics education and computational mathematics.
Mathematics education has since been hived off into a different area of the University, and computational mathematics has gone from strength to strength.
It is fair to say that my current Department has a very strong national and international reputation in computational mathematics, and partners with engineering, physics, biology, chemistry and oceanography in developing computational science as a discipline.
It is no surprise therefore that our graduates tend, in the main, to seek and obtain work in computationally intensive applied mathematical fields.
Three recent examples: graduate work at Harvard in biostatistics, data technician at the Broad Institute in Cambridge, scientist at the Naval Undersea Warfare Center in Newport, RI.
Students have written, or come back, to tell us what they appreciate about their undergraduate degrees.
The things they consistently mention are:
- Python
- MATLAB
- R
The other thing they mention is an environment where they are encouraged to follow their own research interests, an atmosphere in which they were expected to talk about their work and present at conferences, and an environment in which shared experiences and group work are encouraged.
This sort of environment has been made possible through a substantial grant from the National Science Foundation.
This funding is due to expire in 2 years.
Because this academic atmosphere has fundamentally changed how we educate our students, we need to find ways and means of extending this into the future.
My department has one real outstanding strength: computational mathematics particularly, but not only, as it relates to partial differential equations.
We are discussing now how to develop strength in data science, for which students will need skills in mathematics, statistics, computer science, scientific visualization and scientific communication.
As a small department we cannot be all things to all students.
We have some considerable strengths and are trying to develop new ones.
My feeling is that we need to focus on those things we can do well, to be up front with prospective students about what we do well, and re-design our curriculum so as to emphasize the skills and habits of mind we want our graduates to posses.
Simply “covering material”, no matter how well-intentioned, is not going to cut it any longer.
Providing students with an environment where they can work as a cohort on research problems of their choosing, where verbal and written presentation skills are emphasized, and where they are exposed to world class research conferences, is now critical to how we proceed in educating mathematics undergraduates.