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.

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

This page as a plain text file.
%I A154733 #9 Jul 16 2022 17:15:10
%S A154733 12,150,810,1452,1872,18252,87120,106032,242172,333270,362952,712890,
%T A154733 1968750,2763600,3198132,5767380,10551420,16451580,18469440,23230350,
%U A154733 25498620,30468672,31955502,34752252,39768102,40825920,56770560
%N A154733 Integers of the form k = m^3+m^2 such that k-+1 are primes.
%F A154733 A011379 INTERSECT A014574. - _R. J. Mathar_, Jul 16 2022
%F A154733 a(n) = A011379(A154732(n)). - _R. J. Mathar_, Jul 16 2022
%e A154733 2^3+2^2 = 12, and 12-+1 are primes, so 12 is a term.
%t A154733 lst={};Do[k=n^3+n^2;If[PrimeQ[k-1]&&PrimeQ[k+1],AppendTo[lst,k]],{n,8!}];lst
%Y A154733 Cf. A111503, A154731, A154732
%K A154733 nonn
%O A154733 1,1
%A A154733 _Vladimir Joseph Stephan Orlovsky_, Jan 14 2009