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.

A274816 Numbers n such that n and n+1 both have 50 divisors.

Original entry on oeis.org

2707370000, 22155470000, 23657996592, 32479730000, 53873960624, 68830910000, 71740379375, 75117480624, 103837490000, 129539709999, 129565220624, 157312019375, 163086669999, 173918639375
Offset: 1

Views

Author

Keywords

Crossrefs

Intersection of A005237 and A175756.

Programs

  • PARI
    is(n)=numdiv(n)==50 && numdiv(n+1)==50