login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139108 Bisection of A139102. 1
2, 37, 2397, 153437, 157119967, 40222711647, 2574253545437, 2636035630527967, 674825121415159677, 691020924329123509751, 176901356628255618496351, 181146989187333753340263903, 741978067711319053681720948727 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..13.

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: bin2dec := proc(n) local nshft ; nshft := convert(n, base, 10) ; add(op(i, nshft)*2^(i-1), i=1..nops(nshft) ) ; end: A139102 := proc(n) bin2dec(A139101(n)) ; end: A139108 := proc(n) A139102(2*n) ; end: seq(A139108(n), n=1..35) ; - R. J. Mathar, Apr 25 2008

CROSSREFS

Cf. A139102.

Sequence in context: A139122 A123216 A058245 * A165697 A083189 A145798

Adjacent sequences:  A139105 A139106 A139107 * A139109 A139110 A139111

KEYWORD

nonn

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 18 19:42 EDT 2013. Contains 226356 sequences.