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.
%I A272105 #7 May 02 2016 12:33:30 %S A272105 1,1,2,4,8,17,41,115,362,1208,4112,14107,49187,178049 %N A272105 Number of set partitions of [n] such that for each pair of blocks (b,c) with b<c at least one pair of consecutive numbers (i,i+1) exists with i member of b and i+1 member of c. %H A272105 Wikipedia, <a href="https://en.wikipedia.org/wiki/Partition_of_a_set">Partition of a set</a> %e A272105 a(3) = 4: 123, 12|3, 13|2, 1|23. %e A272105 a(4) = 8: 1234, 123|4, 124|3, 12|34, 134|2, 13|24, 14|23, 1|234. %e A272105 a(5) = 17: 12345, 1234|5, 1235|4, 123|45, 1245|3, 124|35, 125|34, 12|345, 1345|2, 134|25, 135|24, 13|245, 145|23, 14|235, 15|234, 1|2345, 14|2|35. %e A272105 a(6) = 41: 123456, 12345|6, 12346|5, 1234|56, 12356|4, 1235|46, 1236|45, 123|456, 12456|3, 1245|36, 1246|35, 124|356, 1256|34, 125|346, 126|345, 12|3456, 125|3|46, 13456|2, 1345|26, 1346|25, 134|256, 1356|24, 135|246, 136|245, 13|2456, 13|25|46, 1456|23, 145|236, 146|235, 14|2356, 156|234, 15|2346, 16|2345, 1|23456, 15|23|46, 145|2|36, 146|2|35, 14|26|35, 14|2|356, 15|24|36, 15|2|346. %Y A272105 Cf. A000110, A185982, A271270, A272064, A272301. %K A272105 nonn,more %O A272105 0,3 %A A272105 _Alois P. Heinz_, Apr 20 2016