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!)
A073706 a(n) = Sum_{ d divides n } (n/d)^(3d). 3
1, 9, 28, 129, 126, 1458, 344, 8705, 20413, 49394, 1332, 1104114, 2198, 2217546, 16305408, 33820673, 4914, 532253187, 6860, 2392632274, 10500716072, 8591716802, 12168, 422182489826, 30517593751, 549760658274, 7625984925160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{n>=1} -log(1 - (n^3)*x^n)/n = Sum_{n>=1} a(n) x^n/n.
G.f.: Sum_{k>=1} k^3*x^k/(1-k^3*x^k). - Benoit Cloitre, Apr 21 2003
EXAMPLE
a(10) = (10/1)^(3*1) +(10/2)^(3*2) +(10/5)^(3*5) +(10/10)^(3*10) = 49394 because positive divisors of 10 are 1, 2, 5, 10.
MATHEMATICA
Table[Total[Quotient[n, x = Divisors[n]]^(3*x)], {n, 27}] (* Jayanta Basu, Jul 08 2013 *)
CROSSREFS
Sum_{ d divides n } (n/d)^(k*d): A000005 (k=0), A055225 (k=1), A073705 (k=2), this sequence (k=3).
Sequence in context: A085292 A198059 A181090 * A226976 A042501 A271185
KEYWORD
easy,nonn
AUTHOR
Paul D. Hanna, Aug 04 2002
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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)