A341992 Take a standard 6-sided die and concatenate the numbers that can be seen around any of the corners and sort into increasing order.
123, 124, 132, 135, 142, 145, 153, 154, 213, 214, 231, 236, 241, 246, 263, 264, 312, 315, 321, 326, 351, 356, 362, 365, 412, 415, 421, 426, 451, 456, 462, 465, 513, 514, 531, 536, 541, 546, 563, 564, 623, 624, 632, 635, 642, 645, 653, 654
Offset: 1
Formula
a(n) + a(49-n) = 777 for n = 1..48. - Rémy Sigrist, Feb 26 2021
Comments