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.

A274807 Numbers n such that n and n+1 both have 32 divisors.

Original entry on oeis.org

21735, 58695, 93015, 94094, 111111, 123255, 137240, 140504, 159159, 162944, 175959, 178815, 190280, 202215, 214136, 215270, 224895, 226610, 233624, 239624, 239784, 242535, 246375, 248744, 250263, 251559, 258687, 259064, 259335, 260337
Offset: 1

Views

Author

Keywords

Crossrefs

Intersection of A005237 and A175742.

Programs

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