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-2 of 2 results.

A175050 Positive integers n where both n and the number of divisors of n are perfect powers. (Both n and d(n) are elements of A001597.)

Original entry on oeis.org

1, 8, 27, 36, 100, 125, 128, 196, 216, 225, 256, 343, 441, 484, 676, 900, 1000, 1089, 1156, 1225, 1296, 1331, 1444, 1521, 1764, 2116, 2187, 2197, 2304, 2601, 2744, 3025, 3249, 3364, 3375, 3844, 4225, 4356, 4761, 4900, 4913, 5476, 5929, 6084, 6400, 6561
Offset: 1

Views

Author

Leroy Quet, Dec 08 2009

Keywords

Examples

			128 has 8 divisors. Since 128 is a perfect power (128 = 2^7), and since 8 is also a perfect power (8 = 2^3), then 128 is in this sequence.
		

Crossrefs

Programs

  • Mathematica
    Block[{nn = 10^4, s}, s = Union@ Flatten@ Table[n^e, {e, Prime@ Range@ PrimePi@ Log2@ nn}, {n, nn^(1/e)}]; Select[s, MemberQ[s, DivisorSigma[0, #]] &]] (* Michael De Vlieger, Nov 24 2017, after T. D. Noe at A001597 *)

Extensions

Extended by Ray Chandler, Dec 10 2009

A171755 Least positive integer k where k is a perfect power and the number of divisors of k = A001597(n).

Original entry on oeis.org

1, 8, 128, 36, 216, 1296, 900, 2147483648, 7776, 46656, 27000, 44100, 10077696, 60466176, 810000, 170141183460469231731687303715884105728, 362797056, 2176782336, 5832000, 24300000, 1587600, 2822400, 9261000, 2821109907456
Offset: 1

Views

Author

Ray Chandler, Dec 17 2009

Keywords

Comments

a(n) is the least member of A001597 such that A000005(a(n)) = A001597(n).

Crossrefs

Showing 1-2 of 2 results.