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!)
A195562 Denominators a(n) of Pythagorean approximations b(n)/a(n) to 1/4. 4

%I #16 Jun 04 2015 14:31:58

%S 1,24,40,63,1600,2624,4161,105560,173160,274559,6965376,11425920,

%T 18116737,459609240,753937576,1195430079,30327244480,49748454080,

%U 78880268481,2001138526424,3282644031720,5204902289663,132044815499520

%N Denominators a(n) of Pythagorean approximations b(n)/a(n) to 1/4.

%C See A195500 for a discussion and references.

%F Conjecture: a(n) = 65*a(n-3) + 65*a(n-6) - a(n-9). - _R. J. Mathar_, Sep 21 2011

%F Empirical g.f.: x*(x^6+24*x^5+40*x^4-2*x^3+40*x^2+24*x+1) / (x^9-65*x^6-65*x^3+1). - _Colin Barker_, Jun 04 2015

%t Remove["Global`*"];

%t r = 1/4; 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}]] (* A195562, A195563 *)

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

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

%Y Cf. A195500, A195563, A195564.

%K nonn

%O 1,2

%A _Clark Kimberling_, Sep 21 2011

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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)