A078941 Flipping burnt pancakes. Maximum number of spatula flips to sort a stack of n pancakes of different sizes, each burnt on one side, so that the smallest ends up on top, ..., the largest at the bottom and each has its burnt side down.
1, 4, 6, 8, 10, 12, 14, 15, 17, 18, 19, 21
Offset: 1
References
- David S. Cohen and Manuel Blum, "On the problem of sorting burnt pancakes", Discrete Applied Math., 61 (1995) 105-120.
Links
- J. Cibulka, Pancake Sorting [From D.J. Schreffler (dj_schreffler(AT)hotmail.com), Apr 17 2010]
- Douglas B. West, The Pancake Problems (1975, 1979, 1973) - From _N. J. A. Sloane_, Jul 26 2012
Formula
a(n) >= A078942(n). a(n+1) <= a(n) + 2. 3n/2 <= a(n) <= 2n-2, where the upper bound holds for n>=10.
Extensions
Two new terms added from a 2009 presentation. See the University of Montreal link below. D.J. Schreffler (dj_schreffler(AT)hotmail.com), Apr 17 2010
Comments