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!)
A104909 a(n) = A104908(n) - 10*A104863(n). 3
0, 0, 6, 5, 7, 11, 15, 24, 36, 51, 70, 93, 125, 163, 214, 274, 348, 445, 570, 728, 926, 1181, 1505, 1918, 2440, 3108, 3954, 5035, 6403, 8152, 10366, 13196, 16788, 21357, 27172, 34562, 43969, 55928, 71150, 90509, 115128, 146446, 186287, 236964, 301424, 383419 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
A104863[n_]:= A104863[n]= If[n<3, 10*(2*n-1), Floor[Sqrt[A104863[n-1]^2 + A104863[n - 2]^2]]];
A104908[n_]:= A104908[n]= If[n<3, 100*(2*n-1), Floor[Sqrt[A104908[n-1]^2 + A104908[n-2]^2]]];
A104909[n_]:= A104908[n] -10*A104863[n];
Table[A104909[n], {n, 60}] (* G. C. Greubel, Jun 27 2021 *)
CROSSREFS
Sequence in context: A182448 A179591 A063046 * A266077 A019167 A019324
KEYWORD
nonn
AUTHOR
Zak Seidov, Mar 29 2005
EXTENSIONS
Terms a(33) onward added by G. C. Greubel, Jun 27 2021
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)