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.

This page as a plain text file.
%I A274814 #7 Jul 14 2016 05:59:04
%S A274814 2503092614937444351,23558004745831448576,34092301537081556991,
%T A274814 39615852614588039168,40936630136879448063,74890469244315631616,
%U A274814 87526152813173276672,97270719381369782271
%N A274814 Numbers n such that n and n+1 both have 46 divisors.
%H A274814 Charles R Greathouse IV, <a href="/A274814/b274814.txt">Table of n, a(n) for n = 1..10000</a>
%H A274814 Charles R Greathouse IV, <a href="/A274814/a274814.gp.txt">GP script to compute terms</a>
%o A274814 (PARI) is(n)=numdiv(n)==46 && numdiv(n+1)==46
%Y A274814 Intersection of A005237 and A175753.
%K A274814 nonn
%O A274814 1,1
%A A274814 _Charles R Greathouse IV_, Jul 08 2016