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!)
A105238 Primes concatenated from four consecutive odd numbers. 1

%I #6 Jul 18 2013 18:35:38

%S 23252729,77798183,115117119121,197199201203,211213215217,

%T 221223225227,227229231233,265267269271,281283285287,311313315317,

%U 317319321323,343345347349,373375377379,397399401403,403405407409,433435437439

%N Primes concatenated from four consecutive odd numbers.

%H Harvey P. Dale, <a href="/A105238/b105238.txt">Table of n, a(n) for n = 1..1000</a>

%F For positive n: {Concatenate((2n+1), (2n+3), (2n+5), (2n+7))} Intersect {Primes A000040}.

%t Select[FromDigits/@(Flatten[IntegerDigits[#]]&/@Partition[Range[ 1,501,2],4,1]),PrimeQ] (* _Harvey P. Dale_, Jul 18 2013 *)

%Y Cf. A000040, A032625.

%K base,easy,nonn

%O 1,1

%A _Jonathan Vos Post_, Apr 12 2005

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 23 01:19 EDT 2024. Contains 371906 sequences. (Running on oeis4.)