A066400 Smallest values of t arising in R. L. Graham's sequence (A006255).
1, 3, 3, 1, 3, 3, 3, 4, 1, 4, 3, 3, 3, 5, 4, 1, 3, 3, 3, 3, 3, 3, 3, 3, 1, 4, 5, 4, 3, 3, 3, 3, 5, 4, 4, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 3, 5, 6, 3, 4, 5, 3, 3, 4, 3, 5, 3, 4, 5, 1, 6, 5, 3, 3, 3, 5, 3, 5, 3, 3, 6, 3, 4, 5, 3, 3, 1, 3, 3, 4, 5, 3, 3, 3, 3, 6, 6, 5, 3, 3, 5, 3, 3, 6, 7, 1, 3, 6, 3, 5, 4
Offset: 1
Keywords
Examples
a(2) = 3 because the best such sequence is 2,3,6 which has three terms.
References
- R. L. Graham, D. E. Knuth and O. Patashnik, Concrete Mathematics. Addison-Wesley, Reading, MA, 1990, p. 147.
Links
- David A. Corneth, Table of n, a(n) for n = 1..10000 (first 1000 terms from Reinhard Zumkeller and Peter Kagey)
- R. L. Graham, Bijection between integers and composites, Problem 1242, Math. Mag., 60 (1987), p. 180.
Programs
-
Haskell
a066400 = length . a245499_row -- Reinhard Zumkeller, Jul 25 2014
Extensions
More terms from John W. Layman, Jul 14 2003
More terms from Joshua Zucker, May 18 2006
Comments