login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081462 Consider the mapping f(a/b) = (a^2+b^3)/(a^3+b^2) from rationals to rationals. Starting with 1/2 (a=1, b=2) and applying the mapping to each new (reduced) rational number gives 1/2, 9/5, 103/377, ... . Sequence gives values of the denominators. 3
2, 5, 377, 617428, 19241552119440973526245, 6579843627298148620615676439841151690983233028443241 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) {r=1/2; for(n=1, 7, a=numerator(r); b=denominator(r); print1(b, ", "); r=(a^2+b^3)/(a^3+b^2))}

CROSSREFS

Cf. A000058, A081461, A081466.

Sequence in context: A016088 A042909 A183129 * A035128 A138696 A163798

Adjacent sequences:  A081459 A081460 A081461 * A081463 A081464 A081465

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), Mar 28 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 13:08 EST 2012. Contains 205623 sequences.