Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #12 Oct 30 2018 09:42:02
%S 3,4,5,6,7,8,9,10,11,12,16,20,24
%N Possible total numbers of pips when rolling two dice in backgammon.
%C Each die has a number of pips between 1 and 6 (inclusive), and the numbers rolled are totaled, unless the dice match -- then the sum is doubled.
%e Rolling 1 and 2 gives 3, the smallest possible outcome.
%e Rolling 6 and 6 gives 24, the largest.
%Y Cf. A025489, A055100.
%K nonn,fini,full
%O 1,1
%A _Jud McCranie_, Oct 28 2018