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!)
A327521 Number of factorizations of the n-th squarefree number A005117(n) into squarefree numbers > 1. 0
1, 1, 1, 1, 2, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 1, 2, 1, 5, 1, 2, 2, 2, 1, 2, 2, 1, 5, 1, 2, 1, 2, 1, 2, 2, 2, 1, 1, 2, 2, 5, 1, 2, 5, 1, 1, 2, 2, 5, 1, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 1, 5, 1, 5, 2, 1, 1, 5, 2, 1, 5, 2, 2, 2, 2, 2, 1, 2, 5, 1, 2, 2, 1, 5, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
MATHEMATICA
nn=100;
facsusing[s_, n_]:=If[n<=1, {{}}, Join@@Table[Map[Prepend[#, d]&, Select[facsusing[Select[s, Divisible[n/d, #]&], n/d], Min@@#>=d&]], {d, Select[s, Divisible[n, #]&]}]];
y=Select[Range[nn], SquareFreeQ];
Table[Length[facsusing[Rest[y], n]], {n, y}]
CROSSREFS
See link for additional cross-references.
Sequence in context: A329618 A026517 A072047 * A282870 A106802 A269254
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 15 2019
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)