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.

A175754 Numbers with 48 divisors.

Original entry on oeis.org

2520, 3360, 3780, 3960, 4200, 4320, 4620, 4680, 5280, 5400, 5460, 5544, 5760, 5880, 5940, 6048, 6120, 6240, 6552, 6600, 6840, 6930, 7020, 7140, 7392, 7800, 7980, 8064, 8160, 8190, 8280, 8316, 8568, 8580, 8736, 9000, 9120, 9180, 9450, 9504, 9576, 9600
Offset: 1

Views

Author

Jaroslav Krizek, Aug 27 2010

Keywords

Comments

Numbers of the forms p^47, p^23*q^1, p^15*q^2, p^11*q^3, p^7*q^5, p^3*q^3*r^2, p^7*q^2*r^1, p^11*q^1*r^1, p^5*q^3*r^1, p^5*q^1*r^1*s^1, p^3*q^2*r^1*s^1 and p^2*q^1*r^1*s^1*t^1, where p, q, r, s and t are distinct primes.

Crossrefs

Programs

Formula

A000005(a(n))=48.

A274814 Numbers n such that n and n+1 both have 46 divisors.

Original entry on oeis.org

2503092614937444351, 23558004745831448576, 34092301537081556991, 39615852614588039168, 40936630136879448063, 74890469244315631616, 87526152813173276672, 97270719381369782271
Offset: 1

Views

Author

Keywords

Crossrefs

Intersection of A005237 and A175753.

Programs

  • PARI
    is(n)=numdiv(n)==46 && numdiv(n+1)==46
Showing 1-2 of 2 results.