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!)
A057667 Primes q of form q = 10p + 3, where p is an odd prime. 1

%I #10 Aug 09 2019 18:05:22

%S 53,73,113,173,193,233,293,313,373,433,593,613,673,733,1013,1033,1093,

%T 1373,1493,1733,1913,1933,1973,1993,2113,2273,2293,2333,2393,2633,

%U 2693,2713,2833,3313,3373,3533,3593,3673,3733,3793,3833,4013,4093,4493

%N Primes q of form q = 10p + 3, where p is an odd prime.

%C All terms are sums of two distinct squares.

%e 5413 = 541*10 + 3, 3 appended to 541.

%t Select[Table[10*p+3, {p, Prime[Range[2,81]]}], PrimeQ] (* _Metin Sariyar_, Aug 09 2019 *)

%Y Cf. A005384, A005385. Apart from initial term, same as A055782.

%K nonn

%O 1,1

%A Richard Murton (LeonardoFink(AT)aol.com), Oct 17 2000, assisted by _G. L. Honaker, Jr._ and _Jud McCranie_

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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)