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.

A157482 Number of primes between n^3-n^2-n^1 and (n+1)^3-(n+1)^2-(n+1)^1.

This page as a plain text file.
%I A157482 #2 Mar 31 2012 12:38:20
%S A157482 0,1,5,8,10,16,21,24,30,39,42,52,57,65,75,86,92,102,115,122,133,150,
%T A157482 151,176,181,192,209,221,239,252,270,273,307,308,328,350,359,383,407,
%U A157482 414,430,460,472,494,504,548,554,571,590,629,642,669,681,722,724,749,776
%N A157482 Number of primes between n^3-n^2-n^1 and (n+1)^3-(n+1)^2-(n+1)^1.
%t A157482 Table[PrimePi[(n+1)^3-(n+1)^2-(n+1)^1]-PrimePi[n^3-n^2-n^1],{n,0,5!}]
%Y A157482 Cf. A049451, A060199, A014085, A144391, A157481
%K A157482 nonn
%O A157482 1,3
%A A157482 _Vladimir Joseph Stephan Orlovsky_, Mar 01 2009