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.

A001841 Related to Zarankiewicz's problem.

Original entry on oeis.org

3, 5, 10, 14, 21, 26, 36, 43, 55, 64, 78, 88, 105, 117, 136, 150, 171, 186, 210, 227, 253, 272, 300, 320, 351, 373, 406, 430, 465, 490, 528, 555, 595, 624, 666, 696, 741
Offset: 3

Views

Author

Keywords

Comments

Definition appears to be: a(n) is the maximum number of triangles in K_n, where each edge may be used 3 times. - Charles R Greathouse IV, Jul 06 2017

References

  • R. K. Guy, A problem of Zarankiewicz, in P. Erdős and G. Katona, editors, Theory of Graphs (Proceedings of the Colloquium, Tihany, Hungary), Academic Press, NY, 1968, pp. 119-150, (p. 126, divided by 2).
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Programs

  • Maple
    A001841:=-(2*z**4+z**5+2*z**2+2*z**3+2*z+3)/(z**2-z+1)/(z**2+z+1)/(z+1)**2/(z-1)**3; # conjectured by Simon Plouffe in his 1992 dissertation