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.

A274809 Numbers n such that n and n+1 both have 36 divisors.

Original entry on oeis.org

223244, 261855, 285075, 346724, 395675, 556100, 607724, 748475, 775424, 790075, 830907, 875924, 912950, 934724, 938475, 940653, 971424, 1137824, 1187900, 1239524, 1374075, 1384299, 1413675, 1462527, 1466675, 1531647
Offset: 1

Views

Author

Keywords

Crossrefs

Intersection of A005237 and A175746.

Programs

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