VOOZH about

URL: https://oeis.org/A038630

⇱ A038630 - OEIS


login
A038630
Number of partitions of n is not squarefree.
2
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,1
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..4980 (terms <= 10^4)
MATHEMATICA
Select[Range[150], !SquareFreeQ[PartitionsP[#]]&] (* Harvey P. Dale, Apr 21 2011 *)
CROSSREFS
Sequence in context: A005788 A091403 A061743 * A239935 A381352 A219179
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected by Giovanni Resta, Jun 02 2015
STATUS
approved