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.

A061148 Smallest positive integer for which the number of divisors is a product of 2 distinct primes: Min{x; d[x]=pq}.

Original entry on oeis.org

12, 48, 192, 144, 576, 3072, 12288, 9216, 196608, 5184, 786432, 36864, 12582912, 589824, 82944, 2359296, 805306368, 3221225472, 331776, 37748736, 206158430208, 746496, 3298534883328, 5308416, 13194139533312, 2415919104
Offset: 1

Views

Author

Labos Elemer, May 30 2001

Keywords

Comments

Least solutions of d(x)=A000005(x)=pq equation, where 1
Since 2^(pq-1)>2^(q-1)*3^(p-1) -> [(2^q)/3]^(p-1) holds for q>1, p>1, therefore these solutions are in fact minimal.

Examples

			If d(x)=253=11*23, then 1<p=11<q=23,q-1=22,p-1=10, 2^22=4194304, 3^10=59049 so the smallest number x, which has 253 divisors is 4194304*59049=247669456896.
		

Crossrefs

Formula

a(n) = A005179(A006881(n)).