|
Search: id:A081460
|
|
|
| A081460 |
|
Consider the mapping f(r) = (1/2)*(r + N/r) from rationals to rationals where N = 5. Starting with a = 2 and applying the mapping to each new (reduced) rational number gives 2, 9/4, 161/72, 51841/23184, ..., tending to N^(1/2). Sequence gives values of the denominators. |
|
+0 3
|
|
| 1, 4, 72, 23184, 2403763488, 25840354427429161536, 2986152136938872067784669198846010266752, 39878504028822311675150039382403961856254569551519724209276629577579916539
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Related sequence pairs (numerator, denominator) can be obtained by choosing N = 2, 3, 6 etc.
|
|
FORMULA
|
a(n)=2*a(n-1)*A081459(n-1) - Mario Catalani (mario.catalani(AT)unito.it), May 21 2003
|
|
PROGRAM
|
(PARI) {r=2; N=5; for(n=1, 8, a=numerator(r); b=denominator(r); print1(b, ", "); r=(1/2)*(r + N/r))}
|
|
CROSSREFS
|
Cf. A000129, A001333, A081459.
Sequence in context: A024257 A152653 A087315 this_sequence A055556 A089665 A092871
Adjacent sequences: A081457 A081458 A081459 this_sequence A081461 A081462 A081463
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 22 2003
|
|
EXTENSIONS
|
Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 06 2003
|
|
|
Search completed in 0.002 seconds
|