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 A173301 #16 Feb 26 2020 15:57:21 %S A173301 1,1,3,15,176,6842,1505499,3913864295,338854264248680, %T A173301 4216199393504640098482,59475094770587936660132803278445, %U A173301 17618334934720173062514849536736413843694654543 %N A173301 a(n) = A000041(2^n - 1). %C A173301 The partition numbers have an apparent fractal-like structure starting with every term in A173301. %C A173301 Let A000041 = row 0, then under every (2^n - 1)-th term, begin a new row with the partition numbers; then take finite differences of each column from below. %C A173301 The sum of finite difference terms will reproduce the partition numbers, with finite difference rows (starting from the top going down) = number of partitions of n that do not contain (1, 2, 3,...). (Cf. the array shown in A173302). %D A173301 Refer to tables of the partition numbers. %H A173301 Amiram Eldar, <a href="/A173301/b173301.txt">Table of n, a(n) for n = 0..19</a> %F A173301 a(n) = A000041(2^n - 1), n = (0, 1, 2,...). %F A173301 a(n) = A000041(A000225(n)). - _Omar E. Pol_, Oct 29 2013 %t A173301 Table[PartitionsP[2^n - 1], {n, 0 ,10}] (* _Amiram Eldar_, Feb 26 2020 *) %Y A173301 Cf. A000041, A000225, A002865, A027336, A173302. %K A173301 nonn %O A173301 0,3 %A A173301 _Gary W. Adamson_, Feb 15 2010