login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A225361 Partition numbers of the form 11k. 8

%I #8 May 10 2013 11:29:30

%S 11,22,77,176,231,297,385,627,792,1958,3718,4565,6842,8349,14883,

%T 21637,26015,31185,44583,53174,63261,173525,204226,239943,281589,

%U 386155,526823,715220,831820,1121505,1300156,1741630,5392783,7089500,8118264,12132164,18004327

%N Partition numbers of the form 11k.

%C Intersection of A008593 and A000041.

%F a(n) = 11*A225323(n).

%e 22 is in the sequence because 11*2 = 22 and 22 is a partition number: p(8) = A000041(8) = 22.

%t Select[PartitionsP[Range[300]], Mod[#, 11] == 0 &]

%Y Cf. A000041, A008593, A052001, A072871, A087183, A225324, A225325, A225326, A225327, A225358, A225360, A127544.

%K nonn

%O 1,1

%A _Omar E. Pol_, May 05 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)