login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081461 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 numerators. 3
1, 9, 103, 26796621, 236092315725004393, 3561970421302126514421966146019939188025056477849165490630219227287 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For the mapping g(a/b) = (a^2+b)/(a+b^2), starting with 1/2 the same procedure leads to the periodic sequence 1/2, 3/5, 1/2, 3/5, ...
LINKS
MATHEMATICA
nxt[{a_, b_}]:=Module[{frac=(a^2+b^3)/(a^3+b^2)}, {Numerator[frac], Denominator[ frac]}]; Transpose[NestList[nxt, {1, 2}, 5]][[1]] (* Harvey P. Dale, Nov 09 2011 *)
PROG
(PARI) {r=1/2; for(n=1, 7, a=numerator(r); b=denominator(r); print1(a, ", "); r=(a^2+b^3)/(a^3+b^2))}
CROSSREFS
Sequence in context: A083452 A356244 A367447 * A231646 A110698 A012485
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Mar 22 2003
EXTENSIONS
Edited and extended by Klaus Brockhaus, Mar 28 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 16:22 EDT 2024. Contains 371780 sequences. (Running on oeis4.)