Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A085560
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A085560 a(0) = 1, then (for n>0) a(n) = floor[(e + 1/e)*a(n-1) - a(n-2)]. +0
1
1, 3, 8, 21, 56, 151, 410, 1114, 3027, 8227, 22362, 60785, 165230, 449141, 1220891, 3318725, 9021229, 24522242, 66658364, 181196219, 492542389, 1338869025, 3639423341, 9892978333, 26891903231, 73099771885, 198705781579 (list; graph; listen)
OFFSET

0,2

COMMENT

A recursive series with [a(n+1)/a(n)] converging to e.

a(15)/a(14) = 3318725/1220891 = 2.71828115... floor[log a(n)] = n. Example: log a(15) = log 3318725 = 15.01509...; floor(15.015...) = 15.

EXAMPLE

a(5) = 151 = floor[(e + 1/e)*a(4) - a(3)] = floor[(e + 1/e)(56) - 21].

MATHEMATICA

a[0] = 1; a[1] = 3; a[n_] := a[n] = Floor[(E + 1/E)*a[n - 1] - a[n - 2]]; Table[ a[n], {n, 0, 27}]

CROSSREFS

Cf. A085421.

Sequence in context: A001671 A090413 A128105 this_sequence A094374 A008909 A006835

Adjacent sequences: A085557 A085558 A085559 this_sequence A085561 A085562 A085563

KEYWORD

nonn

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Jul 05 2003

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 13 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 December 21 10:15 EST 2009. Contains 171081 sequences.


AT&T Labs Research