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!)
A195577 Denominators a(n) of Pythagorean approximations b(n)/a(n) to 3/5. 8

%I #13 Dec 07 2016 10:27:28

%S 1,4,56,299,1020,3180,3901,20944,272996,1465799,4993800,15577800,

%T 19105801,102585004,1337133056,7179484499,24459629220,76300063380,

%U 93580208101,502461329944,6549277433996,35165113611599,119803258923600

%N Denominators a(n) of Pythagorean approximations b(n)/a(n) to 3/5.

%C See A195500 for a discussion and references.

%t r = 3/5; z = 26;

%t p[{f_, n_}] := (#1[[2]]/#1[[

%t 1]] &)[({2 #1[[1]] #1[[2]], #1[[1]]^2 - #1[[

%t 2]]^2} &)[({Numerator[#1], Denominator[#1]} &)[

%t Array[FromContinuedFraction[

%t ContinuedFraction[(#1 + Sqrt[1 + #1^2] &)[f], #1]] &, {n}]]]];

%t {a, b} = ({Denominator[#1], Numerator[#1]} &)[

%t p[{r, z}]] (* A195577, A195578 *)

%t Sqrt[a^2 + b^2] (* A195579 *)

%t (* _Peter J. C. Moses_, Sep 02 2011 *)

%Y Cf. A195500, A195578, A195579.

%K nonn,frac

%O 1,2

%A _Clark Kimberling_, Sep 21 2011

%E Typos in crossrefs fixed by _Colin Barker_, Jun 04 2015

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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)