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!)
A109899 a(n) = least integer of the form (n+2)(n+4)...(n+2k)/n, or 0 if no such number exists. 2
3, 2, 105, 12, 27027, 160, 18706545, 15, 1616615, 96768, 55382044433625, 336, 182057820682381875, 158146560, 260015, 495, 5087360695596105163111875, 12812800, 39805919884778682846001415625, 576576, 767633625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = 5*7*9/3 = 105.
MAPLE
A109899 := proc(n) local k; k := 1; while mul(n+2*i, i=1..k) mod n <> 0 do k := k+1; od ; RETURN(mul(n+2*i, i=1..k)/n) ; end: seq(A109899(n), n=1..30) ; # R. J. Mathar, Aug 15 2007
CROSSREFS
Cf. A109898.
Sequence in context: A300854 A358596 A323745 * A002297 A183270 A152017
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jul 13 2005
EXTENSIONS
More terms from R. J. Mathar, Aug 15 2007
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 April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)