The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A331425 Divide each side of a triangle into 2*n (n>=1) equal parts and trace the corresponding cevians, i.e., join every point, except for the first and last ones, with the opposite vertex. a(n) is the number of points at which three cevians meet. 2

%I #16 Feb 14 2020 18:42:58

%S 1,7,13,19,25,31,37,43,49,61,61,91,73,79,91,91,97,103,109,133,133,127,

%T 133,187,145,151,157,175,169,235,181,187,205,199,229,283,217,223,235,

%U 325,241,283,253,271,331,271,277,343,289,301,301,319,313,319,349,439

%N Divide each side of a triangle into 2*n (n>=1) equal parts and trace the corresponding cevians, i.e., join every point, except for the first and last ones, with the opposite vertex. a(n) is the number of points at which three cevians meet.

%C A bisection of A331423.

%F a(n) = A331423(2*n).

%t CevIntersections[n_] := Length[Solve[(n - i)*(n - j)*(n - k) - i*j*k == 0 && 0 < i < n && 0 < j < n && 0 < k < n, {i, j, k}, Integers]];

%t Map[CevIntersections[#] &, Range[2,50,2]]

%Y Cf. A331423, A331428.

%K nonn

%O 1,2

%A _César Eliud Lozada_, Jan 16 2020

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 May 17 23:39 EDT 2024. Contains 372608 sequences. (Running on oeis4.)