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!)
A300585 Number of partitions of n into squarefree parts that do not divide n. 2
1, 0, 0, 0, 0, 1, 0, 2, 1, 2, 1, 7, 1, 12, 3, 4, 8, 29, 2, 42, 8, 18, 18, 87, 7, 71, 36, 67, 32, 234, 3, 319, 98, 126, 118, 192, 31, 772, 205, 293, 98, 1347, 21, 1763, 338, 295, 574, 2973, 116, 2290, 298, 1359, 932, 6287, 214, 2670, 843, 2744, 2334, 12828, 66, 16155, 3620, 2835, 4584, 8380 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
EXAMPLE
a(14) = 3 because we have [11, 3], [6, 5, 3] and [5, 3, 3, 3].
MATHEMATICA
Table[SeriesCoefficient[Product[1/(1 - Boole[Mod[n, k] != 0 && SquareFreeQ[k]] x^k), {k, 1, n}], {x, 0, n}], {n, 0, 65}]
CROSSREFS
Sequence in context: A195962 A046749 A016543 * A145999 A198316 A011128
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 09 2018
STATUS
approved

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 September 17 18:39 EDT 2024. Contains 375990 sequences. (Running on oeis4.)