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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075830 Let u(1)=x, u(n+1)=(n^2/u(n))+1; then u(n)=(b(n)*x+c(n))/(a(n)*x+d(n)). 5
0, 1, 1, 5, 7, 47, 37, 319, 533, 1879, 1627, 20417, 18107, 263111, 237371, 52279, 95549, 1768477, 1632341, 33464927, 155685007, 166770367, 156188887, 3825136961, 3602044091, 19081066231, 18051406831, 57128792093, 7751493599 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

COMMENTS

for x real >0 lim n -> infinity abs(u(n)-n) = (x-1)/(1+(x-1)*ln(2))

PROG

(PARI) u(n)=if(n<2, x, (n-1)^2/u(n-1)+1); a(n)=polcoeff(denominator(u(n)), 1, x)

CROSSREFS

Apart from leading term, same as A058313.

Cf. A075827 A075828 A075829

Sequence in context: A090520 A066219 A174267 * A058313 A120301 A119787

Adjacent sequences:  A075827 A075828 A075829 * A075831 A075832 A075833

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Oct 14 2002

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 15 21:07 EST 2012. Contains 205856 sequences.