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.

A274361 Numbers n such that n and n+1 both have 20 divisors.

Original entry on oeis.org

5264, 7695, 13040, 27135, 33615, 38960, 41391, 44144, 54351, 55808, 62127, 64719, 70064, 72495, 77679, 100624, 101007, 108783, 108944, 116720, 124335, 124496, 132111, 132272, 139887, 145232, 160784, 165807, 176336, 186704, 191888, 199375, 202095
Offset: 1

Views

Author

Keywords

Crossrefs

Intersection of A005237 and A030638.

Programs

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