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!)
A218854 Real part of the arithmetic derivative for the triangle of Gaussian integers z = r + i*I, with r >= 0 and i >= 0. 4
0, 0, 0, 2, 1, 2, 1, 1, 1, 0, 8, 3, 6, 3, 8, 3, 1, 1, 1, 1, 3, 8, 4, 8, 4, 8, 4, 6, 1, 1, 1, 4, 4, 1, 1, 0, 24, 10, 14, 5, 20, 5, 14, 10, 24, 6, 4, 1, 5, 1, 1, 4, 1, 4, 0, 16, 6, 12, 6, 12, 11, 12, 6, 12, 6, 16, 1, 1, 5, 1, 5, 1, 1, 5, 1, 5, 1, 0, 28, 7, 20 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
See A218856 for a two-dimensional plot of the derivatives. The imaginary part is in A218855. Consult A099379 for the arithmetic derivative of Gaussian integers.
LINKS
EXAMPLE
Triangle:
0,
0, 0,
2, 1, 2,
1, 1, 1, 0,
8, 3, 6, 3, 8,
3, 1, 1, 1, 1, 3,
8, 4, 8, 4, 8, 4, 6,
1, 1, 1, 4, 4, 1, 1, 0
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]])]; Re[Table[di[n-i + I*i], {n, 0, 12}, {i, 0, n}]]
CROSSREFS
Sequence in context: A287368 A108149 A128583 * A172303 A064391 A236470
KEYWORD
nonn,tabl
AUTHOR
T. D. Noe, Nov 09 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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)