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!)
A139106 Bisection of A139101. 1
10, 100101, 100101011101, 100101011101011101, 1001010111010111010111011111, 100101011101011101011101111101011111, 100101011101011101011101111101011111011101, 1001010111010111010111011111010111110111010111011111, 100101011101011101011101111101011111011101011101111101111101, 1001010111010111010111011111010111110111010111011111011111010111110111, 100101011101011101011101111101011111011101011101111101111101011111011101011111, 1001010111010111010111011111010111110111010111011111011111010111110111010111110111011111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A139101(2n). - R. J. Mathar, Apr 25 2008
MAPLE
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: A139106 := proc(n) A139101(2*n) ; end: seq(A139106(n), n=1..12) ; # R. J. Mathar, Apr 25 2008
CROSSREFS
Cf. A139101.
Sequence in context: A115673 A225720 A013792 * A307927 A198479 A080264
KEYWORD
easy,nonn,base,less
AUTHOR
Omar E. Pol, Apr 08 2008
EXTENSIONS
More terms from R. J. Mathar, Apr 25 2008
STATUS
approved

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 May 26 02:45 EDT 2024. Contains 372807 sequences. (Running on oeis4.)