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!)
A117948 Sum of the divisors of pentagonal numbers. 3
1, 6, 28, 36, 48, 72, 144, 168, 182, 180, 372, 576, 280, 336, 864, 720, 558, 702, 1120, 1080, 1024, 1008, 1296, 2016, 1178, 1344, 3600, 2016, 1320, 2160, 2304, 3720, 2736, 1836, 4704, 4212, 2736, 2280, 5040, 6048, 2604, 4992, 5588, 4752, 5304, 3312 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See also: A000326 Pentagonal numbers: n(3n-1)/2. A000203 sigma(n) = sum of divisors of n. Also called sigma_1(n). A074285 Sum of the divisors of n-th triangular number. A117949 Indices of pentagonal numbers whose sum of divisors is square.
LINKS
FORMULA
a(n) = sigma(n(3n-1)/2), where sigma is the sum of divisors function. - Emeric Deutsch, Apr 15 2006
EXAMPLE
a(5)=48 because the divisors of 5*(3*5-1)/2=35 are 1,5,7 and 35, having sum 48.
MAPLE
with(numtheory): seq(sigma(n*(3*n-1)/2), n=1..46); # Emeric Deutsch, Apr 15 2006
MATHEMATICA
Table[DivisorSigma[1, (n(3n-1))/2], {n, 50}] (* Harvey P. Dale, Jul 05 2015 *)
CROSSREFS
Sequence in context: A083865 A185351 A272971 * A252234 A334405 A242344
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Apr 04 2006
EXTENSIONS
a(0) removed by Amiram Eldar, Aug 17 2019
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)