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!)
A139105 Bisection of A139101. 1

%I #6 Oct 03 2015 23:14:50

%S 1,1001,1001010111,1001010111010111,1001010111010111010111,

%T 100101011101011101011101111101,

%U 1001010111010111010111011111010111110111,1001010111010111010111011111010111110111010111,1001010111010111010111011111010111110111010111011111011111,100101011101011101011101111101011111011101011101111101111101011111,100101011101011101011101111101011111011101011101111101111101011111011101,1001010111010111010111011111010111110111010111011111011111010111110111010111110111

%N Bisection of A139101.

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

%F a(n) = A139101(2n-1). - _R. J. Mathar_, Apr 25 2008

%p A139101 := proc(n) option remember ; local a,p; if n = 1 then RETURN(1); else a := 10*A139101(n-1) ; for p from ithprime(n-1)+1 to ithprime(n)-1 do a := 10*a+1 ; od: fi ; RETURN(a) ; end: A139105 := proc(n) A139101(2*n-1) ; end: seq(A139105(n),n=1..12) ; # _R. J. Mathar_, Apr 25 2008

%Y Cf. A139101.

%K base,easy,nonn

%O 1,2

%A _Omar E. Pol_, Apr 08 2008

%E More terms from _R. J. Mathar_, Apr 25 2008

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 August 26 04:28 EDT 2024. Contains 375454 sequences. (Running on oeis4.)