cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A146311 a(n) = cos(2*n*arcsin(sqrt(3))) = (-1)^n*cosh(2*n*arcsinh(sqrt(2))).

This page as a plain text file.
%I A146311 #22 Feb 14 2025 17:56:26
%S A146311 1,-5,49,-485,4801,-47525,470449,-4656965,46099201,-456335045,
%T A146311 4517251249,-44716177445,442644523201,-4381729054565,43374646022449,
%U A146311 -429364731169925,4250272665676801,-42073361925598085,416483346590304049
%N A146311 a(n) = cos(2*n*arcsin(sqrt(3))) = (-1)^n*cosh(2*n*arcsinh(sqrt(2))).
%C A146311 Apart from sign, same as A001079 (see first formula).
%H A146311 G. C. Greubel, <a href="/A146311/b146311.txt">Table of n, a(n) for n = 0..1000</a>
%H A146311 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (-10,-1).
%F A146311 a(n) = (-1)^n * A001079(n).
%F A146311 From _Colin Barker_, Oct 26 2014: (Start)
%F A146311 a(n) = ((-5-2*sqrt(6))^n + (-5+2*sqrt(6))^n)/2.
%F A146311 a(n) = -10*a(n-1)-a(n-2).
%F A146311 G.f.: (5*x+1) / (x^2+10*x+1). (End)
%F A146311 E.g.f.: exp(-5*x)*cosh(2*sqrt(6)*x). - _Stefano Spezia_, Feb 14 2025
%t A146311 Table[Round[N[Cos[2 n ArcSin[Sqrt[3]]], 50]], {n, 0, 100}]
%t A146311 CoefficientList[Series[(5*x + 1)/(x^2 + 10*x + 1), {x,0,50}], x] (* _G. C. Greubel_, Jul 02 2017 *)
%o A146311 (PARI) Vec((5*x+1)/(x^2+10*x+1) + O(x^100)) \\ _Colin Barker_, Oct 26 2014
%Y A146311 Cf. A001079.
%K A146311 sign,easy
%O A146311 0,2
%A A146311 _Artur Jasinski_, Oct 29 2008
%E A146311 a(18) from _Colin Barker_, Oct 26 2014