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!)
A158977 Product of the numbers k in the range 1 <= k <= n such that the proper divisors of k are a subset of the proper divisors of n. 0
1, 2, 6, 24, 30, 720, 210, 6720, 1890, 8400, 2310, 47900160, 30030, 1681680, 4054050, 15375360, 510510, 1984862880, 9699690, 62078016000, 1833241410, 853572720, 223092870, 1776404640890880, 5577321750, 23201658480, 54211567410 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Here, proper divisors include 1 but not the argument (k or n, respectively) in the divisor set, as counted in A032741.
LINKS
FORMULA
If p is prime, a(p) = A034386(p).
a(n)*A158978(n) = A000142(n). - R. J. Mathar, Apr 06 2009
EXAMPLE
a(8) = 6720 is the product of the 7 numbers k: 1 {1}, 2 {1}, 3 {1}, 4 {1, 2}, 5 {1}, 7 {1}, 8 {1, 2, 4} with divisor set that are subsets of {1, 2, 4} for n = 8. 1 * 2 * 3 * 4 * 5 * 7 * 8 = 6720.
PROG
(Magma) [ &*[ k: k in [1..n] | forall(t){ d: d in Divisors(k) | d eq k or d in Divisors(n) } ]: n in [1..27] ]; // Klaus Brockhaus, Apr 07 2009
CROSSREFS
Sequence in context: A322484 A066332 A069141 * A165823 A263690 A137326
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Apr 01 2009
EXTENSIONS
Edited by R. J. Mathar, Apr 06 2009
More terms from Klaus Brockhaus, Apr 07 2009
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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)