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!)
A325446 The unitary version of Kalmár's function: number of ordered factorizations of n into powers of distinct primes. 4
1, 1, 1, 1, 1, 3, 1, 1, 1, 3, 1, 3, 1, 3, 3, 1, 1, 3, 1, 3, 3, 3, 1, 3, 1, 3, 1, 3, 1, 13, 1, 1, 3, 3, 3, 3, 1, 3, 3, 3, 1, 13, 1, 3, 3, 3, 1, 3, 1, 3, 3, 3, 1, 3, 3, 3, 3, 3, 1, 13, 1, 3, 3, 1, 3, 13, 1, 3, 3, 13, 1, 3, 1, 3, 3, 3, 3, 13, 1, 3, 1, 3, 1, 13, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(1) = 1 and a(n) = Sum_{d||n} a(d), where d||n are the unitary divisors of n (d such that gcd(d, n/d) = 1).
a(n) = A000670(A001221(n)).
a(n) = A074206(n) for squarefree n (A005117).
MATHEMATICA
f[0] = 1; f[n_] := f[n] = Sum[Binomial[n, k] * f[n - k], {k, 1, n}]; a[n_] := f[PrimeNu[n]]; Array[a, 100]
CROSSREFS
Sequence in context: A367482 A367095 A309307 * A337322 A090176 A351544
KEYWORD
nonn
AUTHOR
Amiram Eldar, Sep 06 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 September 15 02:54 EDT 2024. Contains 375931 sequences. (Running on oeis4.)