OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Range[200], Divisible[PartitionsP[#], 11]&] (* Jean-François Alcover, Dec 12 2016 *)
PROG
(PARI) \ps200 for(n=0, 180, if(polcoeff(1/eta(x), n, x)%11==0, print1(n, ", ")))
(PARI) is(n)=numbpart(n)%11==0 \\ Charles R Greathouse IV, Apr 08 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Benoit Cloitre, Jun 24 2002
Offset corrected by Amiram Eldar, May 21 2022
STATUS
approved