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!)
A195036 Vertex number of a square spiral in which the length of the first two edges are the legs of the primitive Pythagorean triple [15, 8, 17]. The edges of the spiral have length A195035. 6

%I #39 Sep 08 2022 08:45:59

%S 0,15,23,53,69,114,138,198,230,305,345,435,483,588,644,764,828,963,

%T 1035,1185,1265,1430,1518,1698,1794,1989,2093,2303,2415,2640,2760,

%U 3000,3128,3383,3519,3789,3933,4218,4370,4670,4830,5145,5313,5643,5819,6164,6348

%N Vertex number of a square spiral in which the length of the first two edges are the legs of the primitive Pythagorean triple [15, 8, 17]. The edges of the spiral have length A195035.

%C Zero together with partial sums of A195035.

%C The only primes in the sequence are 23 and 53 since a(n) = (1/2)*((2*n+(-1)^n+3)/4)*((46*n-37*(-1)^n+37)/4). - _Bruno Berselli_, Sep 30 2011

%C The spiral contains infinitely many Pythagorean triples in which the hypotenuses on the main diagonal are the positives multiples of 17 (Cf. A008599). The vertices on the main diagonal are the numbers A195039 = (15+8)*A000217 = 23*A000217, where both 15 and 8 are the first two edges in the spiral. The distance "a" between nearest edges that are perpendicular to the initial edge of the spiral is 15, while the distance "b" between nearest edges that are parallel to the initial edge is 8, so the distance "c" between nearest vertices on the same axis is 17 because from the Pythagorean theorem we can write c = (a^2+b^2)^(1/2) = sqrt(15^2+8^2) = sqrt(225+64) = sqrt(289) = 17. - _Omar E. Pol_, Oct 12 2011

%H Vincenzo Librandi, <a href="/A195036/b195036.txt">Table of n, a(n) for n = 0..10000</a>

%H Ron Knott, <a href="http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Pythag/pythag.html#uadgen">Pythagorean triangles and triples</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PythagoreanTriple.html">Pythagorean Triple</a>

%H <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,2,-2,-1,1).

%F From _Bruno Berselli_, Sep 30 2011: (Start)

%F G.f.: x*(15+8*x)/((1+x)^2*(1-x)^3).

%F a(n) = (2*n*(23*n+53) - (14*n+37)*(-1)^n + 37)/16.

%F a(n) = a(n-1) + 2*a(n-2) - 2*a(n-3) - a(n-4) + a(n-5). (End)

%o (Magma) [(2*n*(23*n+53)-(14*n+37)*(-1)^n+37)/16: n in [0..46]]; // _Bruno Berselli_, Sep 30 2011

%o (PARI) a(n)=(2*n*(23*n+53)-(14*n+37)*(-1)^n+37)/16 \\ _Charles R Greathouse IV_, Oct 07 2015

%Y Cf. A195020, A195032, A195034, A195035, A195039.

%K nonn,easy

%O 0,2

%A _Omar E. Pol_, Sep 12 2011

%E More terms from _Bruno Berselli_, Sep 30 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)