A194853 Pair(i,j): a folded version of the shell model of partitions (see comments for precise definition).
0, 1, 0, 2, -2, 1, 0, 2, 0, 4, -1, 2, -4, 1, 0, 2, -2, 2, 0, 3, 0, 6
Offset: 1
Examples
------------------------------------------- Pair The structure n A141285(n) (i, j) looks like this ------------------------------------------- 1 1 0, 1, * 2 2 0, 2, ** 3 3 -2, 1, *** 4 2 0, 2, ** 5 4 0, 4, **** 6 3 -1, 2, *** 7 5 -4, 1 ***** 8 2 0, 2 ** 9 4 -2, 2 **** 10 3 0, 3 *** 11 6 0, 6 ******
Links
Formula
A141285(n) = abs(i(n)) + j(n).
Comments