Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A073840
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A073840 Product of the composite numbers between n and 2n (both inclusive). +0
3
1, 4, 24, 192, 4320, 51840, 120960, 29030400, 65318400, 145152000, 6706022400, 160944537600, 8717829120000, 6590678814720000, 14122883174400000, 30128817438720000, 2112783322890240000, 2662106986841702400000 (list; graph; listen)
OFFSET

1,2

COMMENT

a(n) is divisible by central binomial coefficients, A001405[n]

FORMULA

a(n)=A049614(2n)/A049614(n-1)

EXAMPLE

a(6) = 6*8*9*10*12 = 51840.

MAPLE

for n from 1 to 50 do l := 1:for j from n to 2*n do if not isprime(j) then l := l*j:fi:od:a[n] := l:od:seq(a[j], j=1..50);

MATHEMATICA

cs[x_] := Flatten[Position[Table[PrimeQ[j], {j, x, 2*x}], False]]+x-1; prcs[x_] := Apply[Times, cs[x]]; Table[prcs[w], {w, 1, 25}]

PROGRAM

(PARI) a(n)=prod(i=n, 2*n, i^if(isprime(i), 0, 1))

CROSSREFS

Cf. A073839, A073641.

Sequence in context: A088815 A036691 A002866 this_sequence A024249 A007145 A101370

Adjacent sequences: A073837 A073838 A073839 this_sequence A073841 A073842 A073843

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 13 2002

EXTENSIONS

More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de) and Labos E. (labos(AT)ana.sote.hu), Aug 14 2002

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research