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.

A274812 Numbers n such that n and n+1 both have 42 divisors.

Original entry on oeis.org

41680575, 146109375, 173996991, 210075200, 301241024, 307619775, 345691071, 387121599, 491184575, 503761599, 580150592, 613216575, 735890624, 960710463, 1079589951, 1182852800, 1187518400, 1406368575, 1413366975
Offset: 1

Views

Author

Keywords

Crossrefs

Intersection of A005237 and A175750.

Programs

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