Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087705
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A087705 First integer > n reached under iteration of map x -> (5/3)*floor(x) when started at n, or -1 if no such integer is ever reached. +0
5
5, 5, 10, 35, 10, 30, 35, 15, 905, 30, 20, 35, 105, 25, 905, 210, 30, 85, 55, 35, 60, 105, 40, 2410, 905, 45, 210, 80, 50, 85, 405, 55, 155, 160, 60, 280, 105, 65, 110, 2410, 70, 905, 335, 75, 210, 130, 80, 135, 230, 85, 660, 405, 90, 1160, 155, 95, 160, 2085, 100 (list; graph; listen)
OFFSET

2,1

COMMENT

It is conjectured that an integer is always reached.

LINKS

J. C. Lagarias and N. J. A. Sloane, Approximate squaring (pdf, ps), Experimental Math., 13 (2004), 113-128.

MAPLE

f2 := proc(x, y) x*floor(y); end; r := 5/3; h := proc(x) local n, y; global r; y := f2(r, x); for n from 1 to 20 do if whattype(y) = 'integer' then RETURN([x, n, y]); else y := f2(r, y); fi; od: RETURN(['NULL', 'NULL', 'NULL']); end; [seq(h(n)[3], n=2..60)];

CROSSREFS

Cf. A087705, A087706.

Sequence in context: A000728 A022088 A082450 this_sequence A087033 A079305 A130889

Adjacent sequences: A087702 A087703 A087704 this_sequence A087706 A087707 A087708

KEYWORD

nonn

AUTHOR

njas, Sep 29 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 7 15:23 EDT 2008. Contains 143483 sequences.


AT&T Labs Research