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.

A274813 Numbers n such that n and n+1 both have 44 divisors.

Original entry on oeis.org

701443071, 1064240127, 1112542208, 2515428351, 2563730432, 3531189248, 4329413631, 4813143039, 5538737151, 5901534207, 6627128319, 6868993023, 7159159808, 7642889216, 7957384191, 8803910655, 10134166527, 11270859776, 13447642112
Offset: 1

Views

Author

Keywords

Crossrefs

Intersection of A005237 and A175751.

Programs

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