login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104805 "Ceiling of hypotenuses": a(n) = ceiling(sqrt(a(n-1)^2 + a(n-2)^2)), a(1)=1, a(2)=3. 6
1, 3, 4, 5, 7, 9, 12, 15, 20, 25, 33, 42, 54, 69, 88, 112, 143, 182, 232, 295, 376, 478, 609, 775, 986, 1255, 1597, 2032, 2585, 3289, 4184, 5322, 6770, 8612, 10955, 13935, 17726, 22548, 28682, 36484, 46409, 59033, 75092, 95519, 121502, 154553, 196595, 250073 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[n_] := a[n] = Ceiling[ Sqrt[ a[n - 1]^2 + a[n - 2]^2]]; a[1] = 1; a[2] = 3; Table[ a[n], {n, 48}] (* Robert G. Wilson v, Mar 28 2005 *)
CROSSREFS
Sequence in context: A010420 A035260 A035249 * A260996 A102822 A346986
KEYWORD
nonn
AUTHOR
Zak Seidov, Mar 26 2005
EXTENSIONS
More terms from Robert G. Wilson v, Mar 28 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 7 00:12 EDT 2024. Contains 372298 sequences. (Running on oeis4.)