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.

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.

This page as a plain text file.
%I A078941 #12 Jun 24 2014 01:08:33
%S A078941 1,4,6,8,10,12,14,15,17,18,19,21
%N 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.
%C A078941 In a 'spatula flip', a spatula is inserted below any pancake and all pancakes above the spatula are lifted and replaced in reverse order.
%C A078941 It is conjectured that the initial configuration in which the pancakes are in the correct order but all of the burnt sides are up is a worst case for the problem. If so, then this sequence is identical to A078942.
%D A078941 David S. Cohen and Manuel Blum, "On the problem of sorting burnt pancakes", Discrete Applied Math., 61 (1995) 105-120.
%H A078941 J. Cibulka, <a href="http://www.crm.umontreal.ca/CanaDAM2009/pdf/cibulka.pdf">Pancake Sorting</a> [From D.J. Schreffler (dj_schreffler(AT)hotmail.com), Apr 17 2010]
%H A078941 Douglas B. West, <a href="http://www.math.uiuc.edu/~west/openp/pancake.html">The Pancake Problems (1975, 1979, 1973)</a> - From _N. J. A. Sloane_, Jul 26 2012
%F A078941 a(n) >= A078942(n). a(n+1) <= a(n) + 2. 3n/2 <= a(n) <= 2n-2, where the upper bound holds for n>=10.
%Y A078941 Cf. A078942. A058986 treats the unburnt case.
%K A078941 nonn,more
%O A078941 1,2
%A A078941 _Dean Hickerson_, Dec 18 2002
%E A078941 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