|
Search: id:A111008
|
|
|
| A111008 |
|
Starting a priori with the fraction 1/1, "the prime numerators of fractions built according to the rule: add top and bottom to get the new bottom, add top and twice bottom to get the new top." Also A001333(n) is prime. |
|
+0 1
|
|
| 3, 7, 17, 41, 239, 577, 665857, 9369319, 63018038201, 489133282872437279, 19175002942688032928599, 123426017006182806728593424683999798008235734137469123231828679
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Is there an infinity of primes in this sequence?
|
|
REFERENCES
|
Prime Obsession, John Derbyshire, Joseph Henry Press, April 2004, p 16.
|
|
FORMULA
|
Given a(0)=1, b(0)=1 then for i=1, 2, .. a(i)/b(i) = (a(i-1)+2*b(i-1)) /(a(i-1) + b(i-1)).
|
|
PROGRAM
|
(PARI) primenum(n, k, typ) = \yp = 1 num, 2 denom. print only prime num or denom. { local(a, b, x, tmp, v); a=1; b=1; for(x=1, n, tmp=b; b=a+b; a=k*tmp+a; if(typ==1, v=a, v=b); if(isprime(v), print1(v", "); ) ); print(); print(a/b+.) }
|
|
CROSSREFS
|
Sequence in context: A131721 A058351 A086395 this_sequence A020730 A003440 A102071
Adjacent sequences: A111005 A111006 A111007 this_sequence A111009 A111010 A111011
|
|
KEYWORD
|
easy,nonn,uned
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Oct 02 2005
|
|
|
Search completed in 0.002 seconds
|