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.

A154731 Integers of the form k = m^3-m^2 such that k-+1 are primes.

This page as a plain text file.
%I A154731 #7 Jul 16 2022 17:15:20
%S A154731 4,18,180,2028,8820,34848,108288,191748,720900,875520,960498,990000,
%T A154731 1355310,1629108,1713600,1756920,2334948,2609028,7376850,8448048,
%U A154731 21639798,37148148,42023088,48893940,60544008,63840000,100328400
%N A154731 Integers of the form k = m^3-m^2 such that k-+1 are primes.
%F A154731 A045991 INTERSECT A014574. - _R. J. Mathar_, Jul 16 2022
%t A154731 lst={};Do[k=n^3-n^2;If[PrimeQ[k-1]&&PrimeQ[k+1],AppendTo[lst,p]],{n,7!}];lst
%Y A154731 Cf. A111503
%K A154731 nonn
%O A154731 1,1
%A A154731 _Vladimir Joseph Stephan Orlovsky_, Jan 14 2009