A300403 Smallest integer i such that SSCG(i) >= n.
0, 0, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
Offset: 1
Keywords
Examples
SSCG(0) = 2, so a(n) = 0 for n <= 2. SSCG(1) = 5, so a(n) = 1 for 3 <= n <= 5. SSCG(2) = 3*2^(3*2^95)-8 ~ 10^(3.5775*10^28), so a(n) = 2 for 6 <= n <= 3*2^(3*2^95)-8.
Links
- M. Baaz, C. H. Papadimitriou, H. W. Putnam, D. S. Scott and C. L. Harper, Jr., Kurt Gödel and the Foundations of Mathematics: Horizons of Truth, Cambridge University Press, 2011, ISBN 978-0-521-76144-4.
- Eric Weisstein's World of Mathematics, Simple Graph
- Wikipedia, Friedman's SSCG function
- Wikipedia, Graph minor
Comments