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!)
A218857 Imaginary part of the arithmetic derivative for the triangle of Gaussian integers z = r + i*I. 3
0, 0, 0, 0, 0, -2, 0, 2, 1, 2, 0, -2, -1, 0, 0, 0, 1, 1, 1, 0, 0, 0, -1, -1, -1, -8, -2, 0, 2, 8, 3, 6, 3, 8, 2, 0, -2, -8, -3, -6, -3, -3, 0, 0, 0, 0, 3, 1, 1, 1, 1, 3, 0, 0, 0, 0, -3, -1, -1, -1, -1, -6, -3, -2, 1, 2, 3, 8, 4, 8, 4, 8, 4, 6, 3, 2, -1, -2, -3, -8, -4, -8, -4, -8, -4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
The real part is A218856, which has more information, including a plot. Consult A099379 for the arithmetic derivative of Gaussian integers.
LINKS
EXAMPLE
Triangle:
0,
0, 0, 0, 0,
-2, 0, 2, 1, 2, 0, -2, -1,
0, 0, 0, 1, 1, 1, 0, 0, 0, -1, -1, -1,
-8, -2, 0, 2, 8, 3, 6, 3, 8, 2, 0, -2, -8, -3, -6, -3,
-3, 0, 0, 0, 0, 3, 1, 1, 1, 1, 3, 0, 0, 0, 0, -3, -1, -1, -1, -1,
-6, -3, -2, 1, 2, 3, 8, 4, 8, 4, 8, 4, 6, 3, 2, -1, -2, -3, -8, -4, -8, -4, -8, -4
MATHEMATICA
di[0]=0; di[1]=0; di[ -1]=0; di[I]=0; di[ -I]=0; di[n_] := Module[{f, unt}, f=FactorInteger[n, GaussianIntegers->True]; unt=(Abs[f[[1, 1]]]==1); If[unt, f=Delete[f, 1]]; f=Transpose[f]; Plus@@(n*f[[2]]/f[[1]])]; Table[t = Join[Table[di[n - i + I*i], {i, 0, n}], Table[di[i - n + I*i], {i, n - 1, 0, -1}], Table[di[i - n - I*i], {i, 1, n}], Table[di[n - i - I*i], {i, n - 1, 1, -1}]]; Im[t], {n, 0, 6}]
CROSSREFS
Sequence in context: A263452 A133457 A324120 * A260803 A260804 A353698
KEYWORD
sign,tabf
AUTHOR
T. D. Noe, Nov 12 2012
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 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)