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!)
A117927 a(n) = binomial(s(n), n) where s(n) = n-th semiprime. 1
4, 15, 84, 210, 2002, 5005, 116280, 319770, 2042975, 5311735, 193536720, 548354040, 1476337800, 9669554100, 25140840660, 991493848554, 6499270398159, 27900908274925, 280576272201225, 1210269541711230, 3342649210440540, 34315056105966195, 227068876035237600, 2305629203680278840 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Semiprime analog of A060604.
LINKS
FORMULA
a(n) = binomial(A001358(n), n).
EXAMPLE
a(1) = binomial(4,1) = 4.
a(2) = binomial(6,2) = 15.
a(3) = binomial(9,3) = 84.
a(4) = binomial(10,4) = 210.
a(5) = binomial(14,5) = 2002.
a(6) = binomial(15,6) = 5005.
a(7) = binomial(21,7) = 116280.
a(8) = binomial(22,8) = 319770.
a(9) = binomial(25,9) = 2042975.
a(10) = binomial(26,10) = 5311735.
MATHEMATICA
Binomial[First[#], Last[#]]&/@With[{sprs=Select[Range[70], PrimeOmega[#] == 2&]}, Thread[{sprs, Range[Length[sprs]]}]] (* Harvey P. Dale, Aug 10 2012 *)
PROG
(PARI) s(n) = my(k=1, nb=0); while (nb != n, if (bigomega(k)==2, nb++); if (nb != n, k++)); k; \\ A001358
a(n) = binomial(s(n), n); \\ Michel Marcus, Jul 15 2022
CROSSREFS
Sequence in context: A232220 A129653 A081722 * A143340 A151379 A130679
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, May 03 2006
EXTENSIONS
More terms from Michel Marcus, Jul 15 2022
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 6 11:04 EDT 2024. Contains 372293 sequences. (Running on oeis4.)