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.

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