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!)
A266969 Integers n such that A001006(n) is divisible by n. 0
1, 2, 21, 266, 387, 657, 1314, 6291, 16113, 25767, 27594, 41902, 54243, 55314, 56457, 89018, 96141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Integers n such that number of ways of drawing any number of nonintersecting chords joining n (labeled) points on a circle is divisible by n.
Corresponding values of A001006(n)/n are 1, 1, 6787979, ...
LINKS
EXAMPLE
There are 142547559 ways to join 21 points on a circle by nonintersecting chords. Because of the fact that 142547559 is divisible by 21, 21 is a term of this sequence.
MATHEMATICA
lim = 100000; t = CoefficientList[Series[(1 - x - (1 - 2 x - 3 x^2)^(1/2))/(2 x^2), {x, 0, lim}], x]; Select[Range@ lim, Divisible[t[[# + 1]], #] &] (* Michael De Vlieger, Jan 09 2016, after Jean-François Alcover at A001006 *)
CROSSREFS
Sequence in context: A045726 A105712 A087677 * A229036 A097627 A094797
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Jan 07 2016
EXTENSIONS
a(8)-a(17) from Michael De Vlieger, Jan 09 2016
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)