![]() |
![]() |
#1 |
Nov 2016
29 Posts |
![]()
I noticed this demonstration via Wolfram http://demonstrations.wolfram.com/In...veSideLengths/
Titled: Integral Grid Triangles with Consecutive Side Lengths If we look at the solutions for 2,4,8,16,32.. We get Heronian triangles where the n +1 sides are of length: 14,194,37634,1416317954,2005956546822746114.. http://i.imgur.com/yHByck5.png Obviously these are the same values as the classic Lucas-Lehmer sequence with a starting value of 4. Is there any connection between the primality test for Mersenne numbers and these triangles? Do they help us visualise the proof in any way? |
![]() |
![]() |
![]() |
#2 |
Nov 2016
18 Posts |
![]()
I notice the n+1 series follows the recursive formula S(n) = 4*S(n-1) - S(n-2) with S(0) = 2 and S(1) = 4 the Lucas-Lemer series LL(I) = S(2^(I))
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Lucas-Lehmer sequences starting with s0 other than 4 | GP2 | Math | 6 | 2016-05-21 17:00 |
mfaktc and CUDALucas side-by-side | TObject | GPU Computing | 2 | 2012-07-21 01:56 |
Lucas–Lehmer on on ATI's GPUs (OpenCl or Stream) | sanzo | GPU Computing | 17 | 2011-06-06 16:17 |
Count the Triangles | davar55 | Puzzles | 20 | 2008-01-08 04:51 |
right triangles? | Citrix | Puzzles | 15 | 2005-09-11 18:03 |