Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087669
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A087669 Consider recurrence b(0) = (2n+1)/n, b(n) = b(n-1)*floor(b(n-1)); sequence gives number of steps to reach an integer, or -1 if no integer is ever reached. +0
2
0, 1, 3, 2, 5, 4, 5, 2, 4, 9, 19, 7, 16, 7, 8, 3, 27, 9, 5, 25, 10, 11 (list; graph; listen)
OFFSET

1,3

COMMENT

It is conjectured that an integer is always reached if the initial value is >= 2.

LINKS

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

MAPLE

A087669 := proc(n) local b, stps ; stps := 0 ; b := (2*n+1)/n ; while not type(b, 'integer') do b := b*floor(b) ; stps := stps+1 ; od ; RETURN(stps) ; end: for n from 1 to 100 do print(n, A087669(n)) ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 12 2007

CROSSREFS

Cf. A087670 (integer reached), A087666.

Sequence in context: A076243 A140061 A061313 this_sequence A053087 A062327 A075491

Adjacent sequences: A087666 A087667 A087668 this_sequence A087670 A087671 A087672

KEYWORD

nonn,more

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Sep 27 2003

EXTENSIONS

I would also like to get the sequences giving the records here and their locations (analogous to A086336 and A087663 for A087666). - N. J. A. Sloane (njas(AT)research.att.com).

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 12 2007

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 December 21 10:15 EST 2009. Contains 171081 sequences.


AT&T Labs Research