The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A154406 Larger twin primes in A061237. 0

%I #8 Nov 12 2017 10:23:56

%S 19,73,109,181,199,271,433,523,811,829,883,1063,1153,1279,1621,1873,

%T 1999,2089,2143,2269,2341,2593,2791,2971,3169,3259,3331,3529,3583,

%U 3673,3853,4051,4159,4231,4339,4483,4519,4789,4933,4969,5023,5419,5653,5743

%N Larger twin primes in A061237.

%C All primes == 1 mod 18.

%o (PARI) lista(nn) = forprime(p=2, nn, if (isprime(p-2) && ((p % 9) == 1), print1(p, ", "))); \\ _Michel Marcus_, Nov 12 2017

%Y Intersection of A006512 and A061237.

%K nonn

%O 1,1

%A _Zak Seidov_, Jan 09 2009

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 June 5 19:33 EDT 2024. Contains 373110 sequences. (Running on oeis4.)