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.

A183085 Numbers with 61 divisors.

This page as a plain text file.
%I A183085 #6 Mar 30 2012 17:34:05
%S A183085 1152921504606846976,42391158275216203514294433201,
%T A183085 867361737988403547205962240695953369140625,
%U A183085 508021860739623365322188197652216501772434524836001
%N A183085 Numbers with 61 divisors.
%C A183085 Also, 60th powers of primes.
%C A183085 The n-th number with p divisors is equal to the n-th prime raised to power p-1, where p is prime.
%H A183085 OEIS Wiki, <a href="https://oeis.org/wiki/Index_entries_for_number_of_divisors">Index entries for number of divisors</a>
%F A183085 a(n) = A000040(n)^(61-1) = A000040(n)^60.
%F A183085 A000005(a(n)) = 61.
%o A183085 (PARI) a(n)=prime(n)^60
%Y A183085 Cf. A000005, A000040, A001248, A030514, A030516, A030629, A030631, A030635, A030637, A137486, A137492, A139571, A139572, A139573, A139574, A139575, A173533, A183062.
%K A183085 nonn
%O A183085 1,1
%A A183085 _Omar E. Pol_, Jul 31 2011