A381893 Negative values of A381781.
-810, -39184, -4396135, -124970, -61325522, -64927344, -439288021
Offset: 1
Examples
A381781(99) = -810.
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Simcha Z. Katzoff's wiki page.
Simcha Z. Katzoff has authored 3 sequences.
A381781(99) = -810.
A381781(99) = -810.
a(11) = 74: applying Newton's method to f(x) = sin(x) with initial guess x_0 = 11 gives x_1 = 236.9508, x_2 = 232.8538, etc., eventually converging to x = 232.477856365644 with a(11) = x/Pi = 74.
delta = 1.1655611852072113068339179779585606691; a[n_]:=(x=n;While[Abs[x-Round[x,Pi]]>delta,x=x-Tan[x]];Round[x,Pi]/Pi); Array[a,100]
Comments