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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093456 Product of composite numbers among next n numbers. 2
1, 1, 24, 720, 2520, 120960, 259459200, 1357171200, 4929724800, 42608389824000, 11912739135897600, 59907396092544000, 20458385028297216000, 7926428532945162240000, 4693751193479184764928000, 328774885640356760904499200000, 12797917159224592605450240000 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Conjecture: There are finitely many numbers such that a(n)is not == 0 (mod a(n-1). ( Also mentioned in A093455).

Product of all composite numbers between n*(n-1)/2+1 and n*(n+1)/2 (including boundaries). - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 02 2006

EXAMPLE

a(5) = 12*14*15 = 2520.

MATHEMATICA

Table[a := Range[n*(n - 1)/2 + 1, n*(n + 1)/2]; b := Select[a, Not[PrimeQ[ # ]] &]; Product[b[[i]], {i, 1, Length[b]}], {n, 1, 20}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 02 2006

CROSSREFS

Cf. A093455.

Sequence in context: A118051 A160038 A184274 * A189412 A105187 A062313

Adjacent sequences:  A093453 A093454 A093455 * A093457 A093458 A093459

KEYWORD

nonn,less

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 03 2004

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 02 2006

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 February 15 23:21 EST 2012. Contains 205860 sequences.