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 A015750 #22 Apr 21 2021 03:47:45 %S A015750 1,1,1,2,2,2,3,4,4,6,8,9,11,14,16,19,23,27,32,38,45,53,62,72,84,97, %T A015750 112,130,150,172,199,228,260,298,340,386,440,500,566,642,727,820,926, %U A015750 1044,1174,1321,1484,1664,1866,2090,2337,2613,2918,3254,3628,4041,4495 %N A015750 Number of partitions of n into distinct parts, none being 5. %H A015750 Vincenzo Librandi, <a href="/A015750/b015750.txt">Table of n, a(n) for n = 0..1000</a> %F A015750 a(n) = A015740(n+5). - _Michel Marcus_, Feb 20 2014 %t A015750 CoefficientList[Series[Product[1+q^n, {n, 1, 60}]/(1+q^5), {q, 0, 60}], q] %t A015750 Table[Count[Select[IntegerPartitions[n], DeleteDuplicates[#] == # &], x_ /; ! MemberQ[x, 5]], {n, 0, 56}] (* _Robert Price_, May 17 2020 *) %Y A015750 Cf. A025147, A015744, A015745, A015746, A015753, A015754, A015755. %K A015750 nonn %O A015750 0,4 %A A015750 _Clark Kimberling_ %E A015750 Corrected and extended by _Dean Hickerson_, Oct 10 2001