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.

A066612 Number of primes between n^n and (n+1)^(n+1).

This page as a plain text file.
%I A066612 #18 Jun 11 2024 04:40:14
%S A066612 2,7,45,391,4376,60864,1012186,19622935,434351705,10807060863,
%T A066612 298525056829,9063891473730,300004447041493,10750198453038838,
%U A066612 414596707456493479,17122019740329088733,753855850836114017867,35248703133243910547502
%N A066612 Number of primes between n^n and (n+1)^(n+1).
%e A066612 a(2) = 7 as there are 7 primes between 2^2 (= 4) and 3^3 (= 27) namely 5, 7, 11, 13, 17, 19, and 23.
%t A066612 Table[PrimePi[(k+1)^(k+1)]-PrimePi[k^k],{k,12}](* _Vladimir Joseph Stephan Orlovsky_, Nov 30 2010 *)
%Y A066612 Equals first differences of A064151.
%K A066612 nonn
%O A066612 1,1
%A A066612 _Amarnath Murthy_, Dec 24 2001
%E A066612 Corrected and extended by _Robert G. Wilson v_, Dec 26 2001
%E A066612 a(12)-a(14) from _Donovan Johnson_, Oct 14 2010
%E A066612 a(15)-a(18) from _Amiram Eldar_, Jun 11 2024