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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071416 GCD(n, binomial(2*n, n)). 2
1, 2, 1, 2, 1, 6, 1, 2, 1, 2, 1, 4, 1, 2, 15, 2, 1, 6, 1, 20, 3, 2, 1, 12, 1, 2, 1, 28, 1, 2, 1, 2, 3, 2, 7, 4, 1, 2, 1, 20, 1, 42, 1, 4, 45, 2, 1, 12, 1, 2, 3, 4, 1, 6, 1, 8, 3, 2, 1, 12, 1, 2, 3, 2, 5, 66, 1, 4, 3, 10, 1, 36, 1, 2, 15, 4, 77, 6, 1, 20, 1, 2, 1, 28, 5, 2, 3, 88, 1, 10, 91, 4, 1, 2, 5 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(n) = n for n in A014847. - Reinhard Zumkeller

a(n) = gcd(n, C(n)), C(n) the Catalan numbers. - Peter Luschny Oct 06 2011

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

EXAMPLE

a(10) = GCD(10, binomial(20, 10)) = GCD(10, 184756) = 2.

MATHEMATICA

Table[GCD[n, Binomial[2n, n]], {n, 100}] (* From Harvey P. Dale, Nov 10 2011 *)

CROSSREFS

Cf. A000984, A000108.

Sequence in context: A152823 A086545 A126083 * A053589 A055770 A113766

Adjacent sequences:  A071413 A071414 A071415 * A071417 A071418 A071419

KEYWORD

nonn,nice

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), May 29 2002

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 16 09:50 EST 2012. Contains 205904 sequences.