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.

A004135 Additive bases: a(n) is the least integer k such that in the cyclic group Z_k there is a subset of n elements all pairs (of distinct elements) of which add up to a different sum (in Z_k).

Original entry on oeis.org

1, 2, 3, 6, 11, 19, 28, 40, 56, 72, 96, 114, 147, 178, 183, 252, 255
Offset: 1

Views

Author

Keywords

Comments

From Fausto A. C. Cariboni, Oct 08 2017: (Start)
Lexicographically first basis that yields a(n) for n=16:
a(16) = 252 from {0,1,2,4,32,47,54,65,94,120,128,145,169,196,217,240}
(End)
From Fausto A. C. Cariboni, Mar 12 2018: (Start)
Lexicographically first basis that yields a(n) for n=17:
a(17) = 255 from {0,1,2,4,8,16,27,32,54,64,99,108,128,141,177,198,216}
(End)

Examples

			a(4)=6: the set {0,1,2,4} is such a subset of Z_6, since 0+1, 0+2, 0+4, 1+2, 1+4 and 2+4 are all distinct in Z_6; also, no such 4-element set exists in any smaller cyclic group.
		

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Extensions

More terms and comments from Harri Haanpaa (Harri.Haanpaa(AT)hut.fi), Nov 01 2000
a(16) from Fausto A. C. Cariboni, Oct 08 2017
a(17) from Fausto A. C. Cariboni, Mar 12 2018