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.

A165715 Let the prime factorization of m be m = product p(m,k)^b(m,k), where p(m,j) < p(m, j+1) for all j, the p's are the distinct primes dividing m, and each b is a positive integer. Then a(n) = product {p(n,k)^b(A165713(n), k)}.

Original entry on oeis.org

2, 9, 2, 5, 6, 343, 4, 3, 20, 11, 6, 28561, 14, 75, 2, 17, 12, 19, 10, 21, 88, 529, 6, 125, 52, 3, 14, 29, 30, 28629151, 2, 33, 34, 1225, 6, 37, 38, 351, 20, 41, 84, 43, 44, 15, 368, 2209, 18, 7, 10, 153, 4394, 53, 6, 1375, 14, 57, 58, 59, 30, 51520374361, 124, 21, 2
Offset: 2

Views

Author

Leroy Quet, Sep 24 2009

Keywords

Comments

A165713(n) = the smallest integer > n that is divisible by exactly the same number of distinct primes as n is.

Examples

			12 = 2^2 * 3^1, which is divisible by 2 distinct primes. The next larger integer divisible by exactly 2 distinct primes is 14 = 2^1 * 7^1. Taking the primes from the factorization of 12 and the exponents from the factorization of 14, we have a(12) = 2^1 * 3^1 = 6.
		

Crossrefs

Extensions

Extended by Ray Chandler, Mar 12 2010
Showing 1-1 of 1 results.