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 A218380 #27 May 31 2018 11:22:47 %S A218380 1,1,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0, %T A218380 1,2,1,0,0,1,2,1,0,0,0,0,0,1,1,0,0,1,2,1,0,0,1,2,1,0,0,0,1,2,1,0,0,0, %U A218380 1,2,2,1,0,1,2,2,1,0,1,1,0,0,1,1,0,1,2,2 %N A218380 Number of partitions of n into distinct pentagonal parts. %H A218380 Seiichi Manyama, <a href="/A218380/b218380.txt">Table of n, a(n) for n = 0..10000</a> (terms 1..100 from Antonio Roldán) %e A218380 A(98)=3 because 98 = 12 + 35 + 51 = 1 + 5 + 92 = 1 + 5 + 22 + 70 with 1, 5, 22, 70, 92 pentagonal numbers. %o A218380 (PARI){ for (n=1, 100, m=polcoeff(prod(k=1, truncate(1+sqrt(24*n+1))/6, 1+x^(k*(3*k-1)/2)), n);write("B218380.txt",n, " ",m)) } %Y A218380 Cf. A000326, A218379, A290942. %K A218380 nonn %O A218380 0,36 %A A218380 _Antonio Roldán_, Oct 27 2012 %E A218380 a(0) = 1 prepended by _Seiichi Manyama_, Dec 09 2017