Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109898
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109898 a(n) = least integer of the form (n-2)(n-4)...(n-2k)/n. 0 if no such number exists. +0
2
0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 40, 0, 0, 3003, 105, 0, 71680, 0, 24192, 2078505, 0, 0, 330, 4216455243, 0, 2788660875, 39536640, 0, 256256, 0, 16380, 6153560492625, 0, 276348105, 15841280, 0, 0, 20228646742486875, 1116288, 0, 1190707200, 0 (list; graph; listen)
OFFSET

1,8

COMMENT

a(n) = 0 if n = 1,9, p or 2*p, p is a prime. This is not exhaustive.

EXAMPLE

a(12) = 10*8*6/12 =40, a(15) = 13*11*9*7*5/15 =3003.

PROGRAM

(PARI) a(n) = pp=n-2; k=1; while((n-2*k>0) && ((pp % n)>0), k=k+1; pp=pp*(n-2*k)); if( ((pp%n)==0) && (pp>0), return(pp/n), return(0)); - Matthew Conroy Mar 28 2006

CROSSREFS

Cf. A109899.

Sequence in context: A057382 A007270 A057387 this_sequence A092573 A091009 A167163

Adjacent sequences: A109895 A109896 A109897 this_sequence A109899 A109900 A109901

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 13 2005

EXTENSIONS

More terms from Matthew Conroy Mar 28 2006

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 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research