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!)
A048689 Number of classes generated by function A001222 when applied to binomial coefficients. 1
1, 2, 2, 2, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 7, 7, 8, 7, 7, 7, 8, 8, 8, 8, 9, 8, 9, 9, 10, 9, 10, 11, 10, 10, 11, 9, 10, 11, 11, 12, 12, 12, 12, 10, 12, 11, 12, 13, 11, 13, 14, 13, 12, 12, 13, 13, 14, 11, 14, 13, 14, 14, 12, 13, 16, 15, 14, 14, 15, 14, 16, 13, 17, 15, 14, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = length(union(A001222(binomial(n,k)))), for 0 <= k <= n.
EXAMPLE
For n=9, A001222({C(9,k)}) = {0,2,4,4,4,4,4,4,2,0} includes 3 distinct values, thus generating 3 classes of k values: {0,9},{1,8} and {2,3,4,5,6,7}. So a(9)=3.
MATHEMATICA
Table[Length[Union[Table[PrimeOmega[Binomial[n, k]], {k, 0, n}]]], {n,
1, 50}] (* G. C. Greubel, May 19 2017 *)
CROSSREFS
Sequence in context: A127240 A097561 A162345 * A069923 A095840 A131343
KEYWORD
nonn
AUTHOR
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 May 12 05:37 EDT 2024. Contains 372431 sequences. (Running on oeis4.)