Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A139107
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A139107 Bisection of A139102. +0
1
1, 9, 599, 38359, 2454999, 628479869, 643563386359, 41188056726999, 168706280353789919, 43188807770570219359, 2764083697316494039005, 2830421706052089895941623, 46373629231957440855107559295 (list; graph; listen)
OFFSET

1,2

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: A139107 := proc(n) A139102(2*n-1) ; end: seq(A139107(n), n=1..35) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 25 2008

CROSSREFS

Cf. A139102.

Sequence in context: A067320 A061611 A015092 this_sequence A085530 A158881 A157597

Adjacent sequences: A139104 A139105 A139106 this_sequence A139108 A139109 A139110

KEYWORD

nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Apr 08 2008

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 25 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 6 13:45 EST 2009. Contains 170429 sequences.


AT&T Labs Research