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

A280301 Numbers with 73 divisors.

Original entry on oeis.org

4722366482869645213696, 22528399544939174411840147874772641, 211758236813575084767080625169910490512847900390625, 7031676478883553279994550741476882515263791803223057265323201, 955593817727321453093807642925081991552428315714137911219172409259950196321
Offset: 1

Views

Author

Omar E. Pol, Dec 31 2016

Keywords

Comments

Also, 72nd powers of primes.
More generally, the n-th number with p divisors is equal to the n-th prime raised to power p-1, where p is prime. In this case, p = 73.

Examples

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

Crossrefs

Programs

  • Mathematica
    Array[Prime[#]^72 &, {5}] (* Michael De Vlieger, Dec 31 2016 *)
  • PARI
    a(n)=prime(n)^72

Formula

a(n) = A000040(n)^(73-1) = A000040(n)^72.
A000005(a(n)) = 73.

A280346 Numbers with 79 divisors.

Original entry on oeis.org

302231454903657293676544, 16423203268260658146231467800709255289, 3308722450212110699485634768279851414263248443603515625, 827269706064171159838078900184013751038269841857389464208009274449, 1692892739326831320764318961708001178036611459414853872137348292520966629744627081
Offset: 1

Views

Author

Omar E. Pol, Jan 01 2017

Keywords

Comments

Also, 78th powers of primes.
More generally, the n-th number with p divisors is equal to the n-th prime raised to power p-1, where p is prime. In this case, p = 79.

Examples

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

Crossrefs

Programs

  • Mathematica
    With[{p = 22}, Table[Prime[n]^(Prime@ p - 1), {n, 5}]] (* Michael De Vlieger, Jan 01 2017 *)
  • PARI
    a(n)=prime(n)^78

Formula

a(n) = A000040(n)^(79-1) = A000040(n)^78.
A000005(a(n)) = 79.

A280347 Numbers with 83 divisors.

Original entry on oeis.org

4835703278458516698824704, 1330279464729113309844748891857449678409, 2067951531382569187178521730174907133914530277252197265625, 1986274564260074954771227439341817016242885890299592103563430267952049, 24785642596484137367310393918366845247634028377292875541962916350799472426091085092921
Offset: 1

Views

Author

Omar E. Pol, Jan 01 2017

Keywords

Comments

Also, 82nd powers of primes.
More generally, the n-th number with p divisors is equal to the n-th prime raised to power p-1, where p is prime. In this case, p = 83.

Examples

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

Crossrefs

Programs

  • Mathematica
    With[{p = 23}, Table[Prime[n]^(Prime@ p - 1), {n, 5}]] (* Michael De Vlieger, Jan 01 2017 *)
  • PARI
    a(n)=prime(n)^82

Formula

a(n) = A000040(n)^(83-1) = A000040(n)^82.
A000005(a(n)) = 83.

A280350 Numbers with 97 divisors.

Original entry on oeis.org

79228162514264337593543950336, 6362685441135942358474828762538534230890216321, 12621774483536188886587657044524579674771302961744368076324462890625, 1347137238494276547832006567721872890819326613454654477690085519113574118965817601, 9412343651268540526001186511911506574868063110469548823950876000379062365652829504091329792873336961
Offset: 1

Views

Author

Omar E. Pol, Jan 02 2017

Keywords

Comments

Also, 96th powers of primes.
More generally, the n-th number with p divisors is equal to the n-th prime raised to power p-1, where p is prime. In this case, p = 97.

Examples

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

Crossrefs

Programs

  • Magma
    [NthPrime(n)^96: n in [1..5]]; // Vincenzo Librandi, Jan 06 2017
  • Mathematica
    With[{p = 25}, Table[Prime[n]^(Prime[p] - 1), {n, 5}]] (* Michael De Vlieger, Jan 02 2017 *)
  • PARI
    a(n)=prime(n)^96
    

Formula

a(n) = A000040(n)^(97-1) = A000040(n)^96.
A000005(a(n)) = 97.
Showing 1-4 of 4 results.