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.

A042404 Numerators of continued fraction convergents to sqrt(730).

This page as a plain text file.
%I A042404 #30 Dec 26 2023 07:04:01
%S A042404 27,1459,78813,4257361,229976307,12422977939,671070785013,
%T A042404 36250245368641,1958184320691627,105778203562716499,
%U A042404 5713981176707382573,308660761745761375441,16673395115447821656387,900671996995928130820339,48652961232895566885954693
%N A042404 Numerators of continued fraction convergents to sqrt(730).
%H A042404 Vincenzo Librandi, <a href="/A042404/b042404.txt">Table of n, a(n) for n = 0..200</a>
%H A042404 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>
%H A042404 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (54, 1).
%F A042404 a(n)=54*a(n-1)+a(n-2), n>1; a(0)=27, a(1)=1459. G.f.: (27+x)/(1-54*x-x^2). - _Philippe Deléham_, Nov 23 2008
%t A042404 Numerator[Convergents[Sqrt[730], 30]] (* _Vincenzo Librandi_, Nov 23 2013 *)
%t A042404 LinearRecurrence[{54,1},{27,1459},20] (* _Harvey P. Dale_, Nov 29 2020 *)
%Y A042404 Cf. A042405, A040702.
%K A042404 nonn,cofr,frac,easy
%O A042404 0,1
%A A042404 _N. J. A. Sloane_
%E A042404 a(14) from _Colin Barker_, Dec 11 2013