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!)
A242342 a(n) = binomial(n, smallest non-divisor of n). 2
0, 0, 3, 4, 10, 15, 21, 56, 36, 120, 55, 792, 78, 364, 105, 560, 136, 3060, 171, 1140, 210, 1540, 253, 42504, 300, 2600, 351, 3276, 406, 27405, 465, 4960, 528, 5984, 595, 376992, 666, 8436, 741, 9880, 820, 111930, 903, 13244, 990, 15180, 1081, 1712304, 1176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A007318(n, A007978(n)) for n > 2.
a(2*n-1) = A014105(n).
MATHEMATICA
Join[{0, 0}, Table[Binomial[n, Complement[Range[DivisorSigma[0, n]], Divisors[ n]][[1]]], {n, 3, 50}]] (* Harvey P. Dale, May 23 2019 *)
PROG
(Haskell)
a242342 n = if n <= 2 then 0 else a007318' n (a007978 n)
CROSSREFS
Cf. A014105.
Sequence in context: A319719 A347568 A048155 * A204292 A218277 A103080
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 11 2014
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 7 17:24 EDT 2024. Contains 372310 sequences. (Running on oeis4.)