cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A212183 Largest odd divisor of A002183(n) (number of divisors of n-th highly composite number).

Original entry on oeis.org

1, 1, 3, 1, 3, 1, 9, 5, 3, 1, 9, 5, 3, 15, 1, 9, 5, 3, 15, 1, 9, 5, 21, 45, 3, 25, 27, 15, 1, 9, 5, 21, 45, 3, 25, 27, 7, 15, 1, 9, 5, 21, 45, 3, 25, 27, 7, 15, 63, 1, 9, 75, 5, 21, 45, 3, 25, 27, 7, 15, 63, 1, 9, 75, 5, 21, 45, 3, 25, 105, 27, 7, 15, 63, 1, 9
Offset: 1

Views

Author

Matthew Vandermast, Jun 08 2012

Keywords

Comments

The "odd part" (largest odd divisor) of the number of divisors of n is a function of the exponents >=2 in the prime factorization of n (cf. A212172, A212181).
The number 1 appears a total of 18 times (see Graeme link for proof). Ramanujan proved that no number appears an infinite number of times (see Ramanujan link). It would be interesting to know more about a) which odd numbers appear in the sequence and b) how many times a number of a given size can appear in the sequence. See also A160233.

Examples

			The highly composite number 48 has a total of 10 divisors. Since 48 = A002182(8), A002183(8) = 10. Since the largest odd divisor of 10 is 5, a(8) = 5.
		

Crossrefs

A160233 gives the n-th integer that is the largest member of A002183 with its particular odd part.

Formula

a(n) = A000265(A002183(n)) = A212181(A002182(n)).
Showing 1-1 of 1 results.