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!)
A234645 Sum of the divisors of n^3+1. 1
1, 3, 13, 56, 84, 312, 256, 660, 800, 1332, 1344, 3458, 2240, 3792, 4836, 6572, 4356, 13440, 6160, 16800, 13312, 15192, 11136, 35685, 19840, 25284, 30976, 42560, 22740, 63648, 30464, 71820, 51792, 65664, 53952, 111440, 52136, 84480, 99008, 133560, 75264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A000203(A001093(n). - Michel Marcus, Jun 19 2015
EXAMPLE
a(4) = 84 because 4^3+1 = 65 and the sum of the 4 divisors { 1, 5, 13, 65} is 84.
MATHEMATICA
Table[Total[Divisors[n^3 + 1]], {n, 0, 50}]
DivisorSigma[1, Range[0, 40]^3+1] (* Harvey P. Dale, Jul 27 2021 *)
PROG
(Magma) [SumOfDivisors(n^3+1): n in [0..50]];
(PARI) a(n) = sigma(n^3+1); \\ Michel Marcus, Jun 19 2015
CROSSREFS
Sequence in context: A006225 A100588 A081952 * A010920 A010903 A095934
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Jan 01 2014
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 August 19 08:00 EDT 2024. Contains 375284 sequences. (Running on oeis4.)