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!)
A104910 a(n) = A104908(n) - 100*A104803(n). 3
0, 0, 16, 35, 37, 91, 175, 214, 316, 401, 590, 713, 1005, 1313, 1694, 2224, 2798, 3635, 4590, 5858, 7486, 9591, 12175, 15548, 19760, 25238, 32134, 40885, 52093, 66222, 84326, 107306 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
A104803[n_]:= A104803[n]= If[n<3, (2*n-1), Floor[Sqrt[A104803[n-1]^2 +A104803[n- 2]^2]]];
A104908[n_]:= A104908[n]= If[n<3, 100*(2*n-1), Floor[Sqrt[A104908[n-1]^2 +A104908[n -2]^2]]];
A104910[n_]:= A104908[n] - 100*A104803[n];
Table[A104910[n], {n, 60}] (* G. C. Greubel, Jun 27 2021 *)
CROSSREFS
Sequence in context: A228800 A230943 A070589 * A161441 A190741 A294073
KEYWORD
nonn
AUTHOR
Zak Seidov, Mar 29 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 April 25 11:20 EDT 2024. Contains 371967 sequences. (Running on oeis4.)