[go: up one dir, main page]

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!)
Revision History for A108639 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A108639 a(n) = Sum_{k=1..n} sigma_{n-k}(k), where sigma_m(k) = Sum_{j|k} j^m.
(history; published version)
#26 by Peter Luschny at Wed Oct 18 02:13:54 EDT 2023
STATUS

reviewed

approved

#25 by Michel Marcus at Wed Oct 18 01:30:35 EDT 2023
STATUS

proposed

reviewed

#24 by G. C. Greubel at Wed Oct 18 01:27:35 EDT 2023
STATUS

editing

proposed

#23 by G. C. Greubel at Wed Oct 18 01:27:15 EDT 2023
PROG

(Magma)

A108639:= func< n | (&+[DivisorSigma(j, n-j): j in [0..n-1]]) >;

[A108639(n): n in [1..30]]; // G. C. Greubel, Oct 18 2023

(SageMath)

def A108639(n): return sum(sigma(n-j, j) for j in range(n))

[A108639(n) for n in range(1, 31)] # G. C. Greubel, Oct 18 2023

CROSSREFS

Cf. A109974, A245466 (with k instead of n-k).

STATUS

approved

editing

#22 by N. J. A. Sloane at Mon Sep 24 16:53:14 EDT 2018
EXTENSIONS

Edited by N. J. A. Sloane at the suggestion of _Andrew S. Plewe_, Jun 08 2007

Discussion
Mon Sep 24 16:53
OEIS Server: https://oeis.org/edit/global/2767
#21 by Michel Marcus at Tue Dec 26 01:29:34 EST 2017
STATUS

reviewed

approved

#20 by Joerg Arndt at Sun Dec 24 09:22:49 EST 2017
STATUS

proposed

reviewed

#19 by Jon E. Schoenfield at Sun Dec 24 01:31:56 EST 2017
STATUS

editing

proposed

#18 by Jon E. Schoenfield at Sun Dec 24 01:31:53 EST 2017
NAME

a(n) = Sum_{k=1..n} sigma_{n-k}(k), where sigma_m(k) = sum{Sum_{j|k} j^m.

EXAMPLE

a(5) = 1^4 + (1^3 + + 2^3) + (1^2 + + 3^2) + (1^1 + + 2^1 + + 4^1) + (1^0 + + 5^0) = 1 + + 1 + + 8 + + 1 + + 9 + + 1 + + 2 + + 4 + + 1 + + 1 = 29.

STATUS

proposed

editing

#17 by Michel Marcus at Sun Dec 24 00:51:38 EST 2017
STATUS

editing

proposed

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 August 30 23:09 EDT 2024. Contains 375550 sequences. (Running on oeis4.)