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!)
A132937 Concatenation of first n odd isolated primes. 1

%I #9 Mar 11 2014 01:34:10

%S 23,2337,233747,23374753,2337475367,233747536779,23374753677983,

%T 2337475367798389,233747536779838997,233747536779838997113,

%U 233747536779838997113127,233747536779838997113127131

%N Concatenation of first n odd isolated primes.

%H Vincenzo Librandi, <a href="/A132937/b132937.txt">Table of n, a(n) for n = 1..250</a>

%H C. K. Caldwell, <a href="http://primes.utm.edu">The Prime Pages</a>.

%H Omar E. Pol, <a href="http://www.polprimos.com">Determinacion geometrica de los numeros primos y perfectos</a>.

%t With[{ips=Transpose[Select[Partition[Prime[Range[2,50]],3,1], Min[ Differences[#]]>2&]][[2]]},Table[FromDigits[Flatten[ IntegerDigits/@ Take[ips,n]]],{n,Length[ips]}]] (* _Harvey P. Dale_, Sep 17 2013 *)

%Y Isolated primes: A007510. Cf: A007908, A019518, A059996, A078795, A089933.

%K easy,nonn,base

%O 1,1

%A _Omar E. Pol_, Sep 05 2007

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