A038630 Number of partitions of n is not squarefree.
11, 14, 15, 17, 19, 21, 24, 26, 28, 30, 32, 33, 35, 38, 39, 40, 43, 44, 47, 49, 51, 53, 55, 58, 59, 62, 66, 68, 70, 74, 75, 78, 79, 80, 82, 84, 85, 88, 89, 94, 96, 98, 99, 100, 103, 105, 106, 108, 109, 112, 113, 116, 117, 118, 120, 122, 124, 125, 126, 128, 129, 130
Offset: 1
Keywords
Links
- Giovanni Resta, Table of n, a(n) for n = 1..4980 (terms <= 10^4)
Programs
-
Mathematica
Select[Range[150],!SquareFreeQ[PartitionsP[#]]&] (* Harvey P. Dale, Apr 21 2011 *)
Extensions
Offset corrected by Giovanni Resta, Jun 02 2015