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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075828 Let u(1)=x, u(n+1)=(n^2/u(n))+1; then u(n)=(b(n)*x+a(n))/(c(n)*x+d(n)). 3
0, 1, 1, 10, 13, 138, 101, 1228, 1923, 8930, 7303, 115356, 97249, 1721846, 1484475, 388760, 681971, 14725926, 13093585, 308430212, 1386466053, 1685280806, 1529091919, 42052434936, 38450390845, 226713176794, 208661769963 (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(numerator(u(n)), 0, x)

CROSSREFS

Cf. A075827 A075829 A075830

Sequence in context: A154142 A108761 A164766 * A153584 A053612 A072146

Adjacent sequences:  A075825 A075826 A075827 * A075829 A075830 A075831

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 14 11:13 EST 2012. Contains 205617 sequences.