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.

A275073 Number of set partitions of [n] such that i-j is a multiple of six for all i,j belonging to the same block.

This page as a plain text file.
%I A275073 #6 Jul 15 2016 16:54:31
%S A275073 1,1,1,1,1,1,1,2,4,8,16,32,64,160,400,1000,2500,6250,15625,46875,
%T A275073 140625,421875,1265625,3796875,11390625,39487500,136890000,474552000,
%U A275073 1645113600,5703060480,19770609664,77181418496,301304383744,1176245959616,4591883265424
%N A275073 Number of set partitions of [n] such that i-j is a multiple of six for all i,j belonging to the same block.
%H A275073 Alois P. Heinz, <a href="/A275073/b275073.txt">Table of n, a(n) for n = 0..801</a>
%H A275073 Wikipedia, <a href="https://en.wikipedia.org/wiki/Partition_of_a_set">Partition of a set</a>
%F A275073 a(n) = Product_{i=0..5} A000110(floor((n+i)/6)).
%e A275073 a(9) = 8: 17|28|39|4|5|6, 17|28|3|4|5|6|9, 17|2|39|4|5|6|8, 17|2|3|4|5|6|8|9, 1|28|39|4|5|6|7, 1|28|3|4|5|6|7|9, 1|2|39|4|5|6|7|8, 1|2|3|4|5|6|7|8|9.
%Y A275073 Column k=6 of A275069.
%Y A275073 Cf. A000110.
%K A275073 nonn
%O A275073 0,8
%A A275073 _Alois P. Heinz_, Jul 15 2016