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.

A007008 Chvatal conjecture for radius of graph of maximal intersecting sets.

Original entry on oeis.org

0, 1, 1, 3, 5, 11, 22, 47, 93, 193, 386, 793, 1586, 3238, 6476, 13167, 26333, 53381, 106762, 215955, 431910, 872218, 1744436, 3518265, 7036530, 14177066, 28354132, 57079714, 114159428, 229656076, 459312152, 923471727, 1846943453, 3711565741, 7423131482
Offset: 1

Views

Author

Keywords

References

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

Crossrefs

Programs

Formula

It is conjectured that a(2n+1)=A000346(n-1) for n>0. - Ralf Stephan, May 03 2004
a(n) = round(2^(n-2)-binomial(n-1,floor((n-1)/2))/2), cf. Thm. 14 in the Loeb-Meyerowitz paper. - M. F. Hasler, Jan 14 2014