A018255 Divisors of 30.
1, 2, 3, 5, 6, 10, 15, 30
Offset: 1
Examples
From the second comment: 1^3 + 2^3 + 2^3 + 2^3 + 4^3 + 4^3 + 4^3 + 8^3 = (1 + 2 + 2 + 2 + 4 + 4 + 4 + 8)^2 = 729. - _Bruno Berselli_, Dec 28 2014
References
- Boris A. Kordemsky, The Moscow Puzzles: 359 Mathematical Recreations, C. Scribner's Sons (1972), Chapter XIII, Paragraph 349.
Links
- Edward Barbeau and Samer Seraj, Sum of Cubes is Square of Sum, arXiv:1306.5257 [math.NT], 2013.
- Index entries for sequences related to divisors of numbers.
Programs
-
Magma
Divisors(30); // Bruno Berselli, Dec 28 2014
-
Mathematica
Divisors[30] (* Vladimir Joseph Stephan Orlovsky, Dec 04 2010 *)
-
PARI
divisors(30)
Formula
a(n) = A161715(n-1). - Reinhard Zumkeller, Jun 21 2009
Sum_{i=1..8} A000005(a(i))^3 = (Sum_{i=1..8} A000005(a(i)))^2, see Kordemsky in References and Barbeau et al. in Links section. - Bruno Berselli, Dec 28 2014
Comments