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 A035700 #16 May 21 2022 08:42:09 %S A035700 21,26,30,70,75,80,106,124,125,133,142,180,191,200,231,268,278,297, %T A035700 298,322,336,339,340,342,350,351,353,358,365,374,412,415,449,465,494, %U A035700 501,531,548,550,570,579,580,602,632,645,648,649,657,663,674,679,699 %N A035700 Numbers k such that the number of partitions of k, A000041(k), is a multiple of 12. %H A035700 Amiram Eldar, <a href="/A035700/b035700.txt">Table of n, a(n) for n = 1..1000</a> %t A035700 Select[Range[1000],Mod[PartitionsP[#],12]==0&] (* _Harvey P. Dale_, May 10 2019 *) %o A035700 (PARI) is(n)=numbpart(n)%12==0 \\ _Charles R Greathouse IV_, Apr 08 2015 %Y A035700 Cf. A000041, A035701, A243935 (see crossrefs). %K A035700 nonn %O A035700 1,1 %A A035700 _Olivier Gérard_