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!)
A051950 Differences between values of tau(n) (A000005): a(n) = tau(n)-tau(n-1). 28
1, 0, 1, -1, 2, -2, 2, -1, 1, -2, 4, -4, 2, 0, 1, -3, 4, -4, 4, -2, 0, -2, 6, -5, 1, 0, 2, -4, 6, -6, 4, -2, 0, 0, 5, -7, 2, 0, 4, -6, 6, -6, 4, 0, -2, -2, 8, -7, 3, -2, 2, -4, 6, -4, 4, -4, 0, -2, 10, -10, 2, 2, 1, -3, 4, -6, 4, -2, 4, -6, 10, -10, 2, 2, 0, -2, 4, -6, 8, -5, -1, -2, 10, -8, 0, 0, 4, -6, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,5
LINKS
N. J. A. Sloane, Table of n, a(n) for n = 2..20000 [First 10000 terms from T. D. Noe]
FORMULA
G.f.: (1-x)*sum(k >= 1, x^k/(1-x^k)). - Benoit Cloitre, Apr 24 2003
MATHEMATICA
Differences[DivisorSigma[0, Range[100]]] (* Alonso del Arte, Oct 14 2013, based on T. D. Noe's program for A182394 *)
PROG
(Haskell)
a051950 n = a051950_list !! n
a051950_list = 1 : zipWith (-) (tail a000005_list) a000005_list
-- Reinhard Zumkeller, Feb 04 2013
CROSSREFS
Sequence in context: A216651 A071338 A078826 * A341062 A172353 A282011
KEYWORD
sign,easy
AUTHOR
Asher Auel, Dec 16 1999
EXTENSIONS
Edited (and offset corrected) by N. J. A. Sloane, Oct 05 2017
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 28 09:05 EDT 2024. Contains 372020 sequences. (Running on oeis4.)