The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A083539 a(n) = sigma(n) * sigma(n+1): product of sigma-values for consecutive integers. 9
3, 12, 28, 42, 72, 96, 120, 195, 234, 216, 336, 392, 336, 576, 744, 558, 702, 780, 840, 1344, 1152, 864, 1440, 1860, 1302, 1680, 2240, 1680, 2160, 2304, 2016, 3024, 2592, 2592, 4368, 3458, 2280, 3360, 5040, 3780, 4032, 4224, 3696, 6552, 5616, 3456, 5952 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[x_] := DivisorSigma[1, x] t=Table[f[w+1]*f[w], {w, 1, 128}]
Times@@@Partition[DivisorSigma[1, Range[50]], 2, 1] (* Harvey P. Dale, May 21 2014 *)
PROG
(PARI) a(n)=sigma(n)*sigma(n+1) \\ Charles R Greathouse IV, Feb 14 2013
CROSSREFS
Sequence in context: A083543 A083538 A060781 * A237426 A066643 A140065
KEYWORD
nonn
AUTHOR
Labos Elemer, May 21 2003
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 May 13 07:22 EDT 2024. Contains 372498 sequences. (Running on oeis4.)