![]() |
|
|
#1 |
|
Sep 2002
1000001102 Posts |
Is there a project that looks for factors of the lucas sequence used in prime95
s(n)=s(n-1)^2-2 where s(0)=4 but not using modulo The numbers get large rapidly. How far has it been factored. Joss |
|
|
|
|
|
#2 | |
|
Nov 2003
22·5·373 Posts |
Quote:
another. Furthermore, this sequence grows doubly exponentially. Factoring beyond the first few terms would be hopeless. |
|
|
|
|
|
|
#3 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
well if I can figure right bob Mersenne numbers are a lucas sequence that I never remember hearing.
if you use U(3,2) you get: U0 = 0 U1 = 1 U2 = (3*1)-(2*0)=3-0 = 3 U3 = (3*3)-(2*1)=9-2 = 7 U4 = (3*7)-(2*3)=21-6 = 15 .... well i think you get the point. I checked V that go along with them aren't the exponents though precprime() in pari for each member gives an exponent that's known up to 127. Last fiddled with by science_man_88 on 2010-09-23 at 21:34 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Silly Lucas-like sequences of primes | fivemack | Math | 14 | 2017-02-05 05:44 |
| Lucas-Lehmer sequences starting with s0 other than 4 | GP2 | Math | 6 | 2016-05-21 17:00 |
| Any interest in all sequences/open sequences? | Greebley | Aliquot Sequences | 6 | 2012-04-07 10:06 |
| Need help with Lucas Sequences... | WraithX | Programming | 11 | 2010-09-23 23:22 |
| Fibonacci and Lucas factors | Raman | Math | 40 | 2010-07-19 03:30 |