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 A212174 #24 Sep 08 2022 08:46:02 %S A212174 2,3,2,2,4,2,2,3,2,3,2,5,2,2,3,2,2,4,2,2,2,3,3,2,2,6,2,3,2,2,2,4,4,2, %T A212174 3,2,2,5,2,2,2,2,3,3,2,4,2,2,3,2,2,3,2,7,2,3,3,2,4,2,2,2,2,3,2,2,5,4, %U A212174 2,3,2,2,2,2,4,2,2,3,2,3,6,2,2,2,3,2,2,2 %N A212174 Row n of table represents second signature of A013929(n): list of exponents >= 2 in canonical prime factorization of A013929(n), in nonincreasing order. %C A212174 Length of row n equals A212177(n). %D A212174 M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 844. %H A212174 Jason Kimberley, <a href="/A212174/b212174.txt">Table of i, a(i) for i = 1..4492 (n = 1..3917)</a> %H A212174 M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy]. %H A212174 Primefan, <a href="http://primefan.tripod.com/500factored.html">The First 2500 Integers Factored</a> (1st of 5 pages) %F A212174 a(n) = A212172(A013929(n)). %F A212174 This sequence is both the subsequence of A212171 formed by omitting all 1s and the subsequence of A212172 formed by omitting all 0's. - _Jason Kimberley_, Jun 13 2012 %e A212174 First rows of table read: 2; 3; 2; 2; 4; 2; 2; 3;... %e A212174 12 = 2^2*3 has positive exponents 2 and 1 in its prime factorization, but only exponents that are 2 or greater appear in a number's second signature. Hence, 12's second signature is {2}. Since 12 = A013929(4), row 4 of the table represents the second signature {2}. %o A212174 (Magma) &cat[Reverse(Sort([pe[2]:pe in Factorisation(n)|pe[2]gt 1])):n in[1..247]]; // _Jason Kimberley_, Jun 13 2012 %Y A212174 Cf. A013929, A212172, A212175, A212176, A212177. %K A212174 nonn,tabf %O A212174 1,1 %A A212174 _Matthew Vandermast_, Jun 03 2012