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!)
A373160 a(n) = denominator of Sum_{k>=0} cos(k*Pi/3)/n^k. 0

%I #9 Jun 07 2024 14:16:21

%S 1,14,13,14,31,86,19,146,91,74,133,314,61,422,241,182,307,686,127,842,

%T 463,338,553,1202,217,1406,757,542,871,1862,331,2114,1123,794,1261,

%U 2666,469,2966,1561,1094,1723,3614,631,3962,2071,1442,2257,4706,817,5102

%N a(n) = denominator of Sum_{k>=0} cos(k*Pi/3)/n^k.

%C The first five fractions are 1/1, 15/14, 14/13, 15/14, 33/31; beginning at 14/13 the sequence of fractions is strictly decreasing with limit 1.

%t t = Table[Sum[Cos[k Pi/3]/n^k, {k, 0, Infinity}], {n, 2, 60}]

%t Denominator[t]

%t (* or *)

%t Denominator[Table[(n*(2*n - 1))/(2*(n^2 - n + 1)), {n, 2, 100}]] (* _Vaclav Kotesovec_, May 28 2024 *)

%Y Cf. A373161, A373162, A373163.

%K nonn,frac

%O 2,2

%A _Clark Kimberling_, May 28 2024

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 July 25 19:09 EDT 2024. Contains 374612 sequences. (Running on oeis4.)