A036485 a(n) = partition(11n) mod 11.
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 10, 10, 0, 0, 1, 1, 2, 2, 3, 3, 4, 5, 6, 6, 7, 7, 9, 9, 10, 0, 1, 2, 3, 4, 5, 6, 8, 8, 10, 0, 1, 2, 4, 5, 7, 8, 10, 0, 2, 3, 6, 7, 9, 0, 2, 4, 7, 8, 0, 2, 5, 6, 10, 1, 4, 6, 10
Offset: 0
Links
- Amiram Eldar, Table of n, a(n) for n = 0..10000
Crossrefs
Programs
-
Mathematica
Mod[PartitionsP[11*Range[0,110]],11] (* Harvey P. Dale, Feb 09 2015 *)
-
PARI
a(n) = numbpart(11*n) % 11; \\ Amiram Eldar, Aug 01 2025
Formula
a(n) = A020919(11*n). - Amiram Eldar, Aug 01 2025
Extensions
Offset corrected by Amiram Eldar, Aug 01 2025