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!)
A258057 First differences of the arithmetic derivative sequence A003415. 3
0, 1, 0, 3, -3, 4, -4, 11, -6, 1, -6, 15, -15, 8, -1, 24, -31, 20, -20, 23, -14, 3, -12, 43, -34, 5, 12, 5, -31, 30, -30, 79, -66, 5, -7, 48, -59, 20, -5, 52, -67, 40, -40, 47, -9, -14, -24, 111, -98, 31, -25, 36, -55, 80, -65, 76, -70, 9, -30, 91, -91, 32, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
|a(A258765(n))| = n and |a(m)| != n for m < A258765(n). - Reinhard Zumkeller, Jun 10 2015
LINKS
FORMULA
a(n) = A003415(n+1) - A003415(n).
MAPLE
d:= n-> n*add(i[2]/i[1], i=ifactors(n)[2]):
a:= n-> d(n+1)-d(n):
seq(a(n), n=0..105);
PROG
(Haskell)
a258057 n = a258057_list !! n
a258057_list = zipWith (-) (tail a003415_list) a003415_list
-- Reinhard Zumkeller, Jun 10 2015
CROSSREFS
Cf. A003415.
Cf. A258765.
Sequence in context: A011371 A325123 A097355 * A003860 A108216 A211165
KEYWORD
sign,look
AUTHOR
Alois P. Heinz, Jun 08 2015
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 30 02:27 EDT 2024. Contains 372118 sequences. (Running on oeis4.)