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.

A261700 Numbers with 101 divisors.

Original entry on oeis.org

1267650600228229401496703205376, 515377520732011331036461129765621272702107522001, 7888609052210118054117285652827862296732064351090230047702789306640625, 3234476509624757991344647769100216810857203198904625400933895331391691459636928060001
Offset: 1

Views

Author

Omar E. Pol, Aug 28 2015

Keywords

Comments

Also, 100th powers of primes.
The n-th number with p divisors is equal to the n-th prime raised to power p-1, where p is prime.

Examples

			a(1) = 2^100, a(2) = 3^100, a(3) = 5^100, a(4) = 7^100.
		

Crossrefs

Programs

Formula

a(n) = A000040(n)^(101-1) = A000040(n)^100.
A000005(a(n)) = 101.