cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A226220 Maximum number of entries of the multiplication table mod p realizable additively, where p is the n-th prime.

Original entry on oeis.org

3, 6, 12, 19, 37, 47
Offset: 1

Views

Author

Peter Shor, May 31 2013

Keywords

Comments

The maximum number of pairs i,j such that ij=f(i)+g(j) mod p, maximized over all functions f, g (mod p), for p=2,3,5,7,11... Lower bounds are known for the next five terms (starting with p=19): 66, 79, 99, 135, 148

Examples

			For the second term a(2)=6, p=3, and one can take f(0)=g(0)=f(1)=g(1)=0, f(2)=g(2)=2.