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.

A165946 Primes of the form p + (p-1)^3, where p is also prime.

This page as a plain text file.
%I A165946 #13 Sep 08 2022 08:45:48
%S A165946 3,11,223,1741,5851,27031,74131,216061,1061311,1259821,2000503,
%T A165946 4251691,5832181,13824241,21024853,30371641,37933393,49028263,
%U A165946 54010531,67917721,84028111,123506491,162771883,185193571,191103553,216000601,229221541,250047631,264609931
%N A165946 Primes of the form p + (p-1)^3, where p is also prime.
%C A165946 Generated by p = 2, 3, 7, 13, 19, 31, 43, 61, 103, 109, 127,... [_R. J. Mathar_, Oct 28 2009]
%H A165946 Vincenzo Librandi, <a href="/A165946/b165946.txt">Table of n, a(n) for n = 1..1000</a>
%t A165946 Select[Table[Prime[i] + (Prime[i] - 1)^3, {i, 300}], PrimeQ] (* _Harvey P. Dale_, Oct 07 2009 *)
%t A165946 Select[Table[p + (p - 1)^3, {p, Prime[Range[300]]}], PrimeQ] (* _Vincenzo Librandi_, Oct 12 2012 *)
%o A165946 (Magma) [a: p in PrimesInInterval(1, 1000) | IsPrime(a) where a is p + (p - 1)^3]; // _Vincenzo Librandi_, Oct 12 2012
%Y A165946 Cf. A095692, A163421. [_R. J. Mathar_, Oct 28 2009]
%K A165946 nonn,easy
%O A165946 1,1
%A A165946 _Claudio Meller_, Oct 01 2009
%E A165946 5 more terms from _R. J. Mathar_, Oct 28 2009