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.

A098348 Triangular array read by rows: a(n, k) = number of ordered factorizations of a "hook-type" number with n total prime factors and k distinct prime factors. "Hook-type" means that only one prime can have multiplicity > 1.

This page as a plain text file.
%I A098348 #11 Mar 27 2021 23:28:28
%S A098348 1,2,3,4,8,13,8,20,44,75,16,48,132,308,541,32,112,368,1076,2612,4683,
%T A098348 64,256,976,3408,10404,25988,47293,128,576,2496,10096,36848,116180,
%U A098348 296564,545835,256,1280,6208,28480,120400,454608,1469892,3816548
%N A098348 Triangular array read by rows: a(n, k) = number of ordered factorizations of a "hook-type" number with n total prime factors and k distinct prime factors. "Hook-type" means that only one prime can have multiplicity > 1.
%C A098348 The first three columns are A000079, A001792 and A098385.
%C A098348 The first two diagonals are A000670 and A005649.
%C A098348 A070175 gives the smallest representative of each hook-type prime signature, so this sequence is a rearrangement of A074206(A070175).
%F A098348 a(n, k) = 1 + (Sum_{i=1..k-1} binomial(k-1, i)*a(i, i)) + (Sum_{j=1..k} Sum_{i=j..j+n-k-1} binomial(k-1, j-1)*a(i, j)) + (Sum_{j=1..k-1} binomial(k-1,j-1)*a(j+n-k, j)). - _David Wasserman_, Feb 21 2008
%F A098348 a(n, k) = A074206(2^(n+1-k)*A070826(k)). - _David Wasserman_, Feb 21 2008
%F A098348 The following conjectural formula for the triangle entries agrees with the values listed above: T(n,k) = Sum_{j = 0..n-k} 2^(n-k-j)*binomial(n-k,j)*a(k,j), where a(k,j) = 2^j*Sum_{i = j+1..k+1} binomial(i,j+1)*(i-1)!*Stirling2(k+1,i). See A098384 for related conjectures. - _Peter Bala_, Apr 20 2012
%e A098348 a(4, 2) = 20 because 24=2*2*2*3 has 20 ordered factorizations and so does any other number with the same prime signature.
%Y A098348 Cf. A050324, A070175, A070826, A074206, A095705. A098349 gives the row sums. A098384.
%K A098348 nonn,tabl,easy
%O A098348 1,2
%A A098348 _Alford Arnold_, Sep 04 2004
%E A098348 Edited and extended by _David Wasserman_, Feb 21 2008