login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023257 Primes that remain prime through 2 iterations of function f(x) = 6x + 5. 4

%I #22 Sep 08 2022 08:44:47

%S 2,11,13,17,31,37,41,43,71,73,79,83,97,137,139,151,163,181,191,193,

%T 197,269,277,307,317,347,373,409,431,503,577,743,811,823,911,919,941,

%U 967,983,1021,1033,1049,1051,1093,1163,1187,1201,1361,1373,1423,1493,1571,1597

%N Primes that remain prime through 2 iterations of function f(x) = 6x + 5.

%C Primes p such that 6*p+5 and 36*p+35 are also primes. - _Vincenzo Librandi_, Aug 04 2010

%H John Cerkan, <a href="/A023257/b023257.txt">Table of n, a(n) for n = 1..10000</a>

%o (Magma) [n: n in [1..100000] | IsPrime(n) and IsPrime(6*n+5) and IsPrime(36*n+35)] // _Vincenzo Librandi_, Aug 04 2010

%Y Subsequence of A023221.

%K nonn

%O 1,1

%A _David W. Wilson_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 22 14:43 EDT 2024. Contains 374501 sequences. (Running on oeis4.)