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!)
A301332 Number of compositions (ordered partitions) of n into parts having the same number of distinct prime divisors as n. 2
1, 1, 1, 1, 2, 3, 1, 8, 11, 19, 1, 47, 2, 116, 1, 1, 460, 724, 4, 1820, 4, 3, 6, 11482, 10, 28821, 11, 72338, 16, 181549, 1, 455647, 721847, 18, 44, 14, 67, 7203907, 82, 49, 119, 45380392, 1, 113898439, 223, 141, 326, 717490903, 472, 1800800888, 614, 407, 884, 11343951113, 1268, 790, 1692, 1185 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = [x^n] 1/(1 - Sum_{omega(k) = omega(n)} x^k).
EXAMPLE
a(18) = 4 because we have [18], [12, 6], [6, 12] and [6, 6, 6], where 18, 12 and 6 are numbers that are divisible by exactly 2 different primes.
MATHEMATICA
Table[SeriesCoefficient[1/(1 - Sum[Boole[PrimeNu[k] == PrimeNu[n]] x^k, {k, 1, n}]), {x, 0, n}], {n, 0, 57}]
CROSSREFS
Sequence in context: A106033 A121634 A006015 * A110292 A138672 A103749
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 18 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 March 28 12:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)