|
Search: id:A164577
|
|
|
| A164577 |
|
Integer averages of the first perfect cubes up to some n^3. |
|
+0 4
|
|
| 1, 12, 25, 45, 112, 162, 225, 396, 507, 637, 960, 1156, 1377, 1900, 2205, 2541, 3312, 3750, 4225, 5292, 5887, 6525, 7936, 8712, 9537, 11340, 12321, 13357, 15600, 16810, 18081, 20812, 22275, 23805, 27072, 28812, 30625, 34476, 36517, 38637, 43120
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Integers of the form A000537(k)/k, created by the k>0 listed in A042965. [R. J. Mathar, Aug 20 2009]
Also, integers of the form (1/4)*n*(n+1)^2 for some n. [From Zak Seidov (zakseidov(AT)yahoo.com), Aug 17 2009]
|
|
EXAMPLE
|
The average of the first cube is 1^3/1=1=a(1).
The average of the first two cubes is (1^3+2^3)/2=9/2, not integer, and does not contribute to the sequence.
The average of the first three cubes is (1^3+2^3+3^3)/3=12, integer, and defines a(2).
|
|
MATHEMATICA
|
Timing[s=0; lst={}; Do[a=(s+=n^3)/n; If[Mod[a, 1]==0, AppendTo[lst, a]], {n, 5!}]; lst]
|
|
CROSSREFS
|
Cf. A050248, A051456, A078617, A078618, A154293, A164576
Sequence in context: A042851 A041280 A132754 this_sequence A058848 A042869 A041282
Adjacent sequences: A164574 A164575 A164576 this_sequence A164578 A164579 A164580
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 16 2009
|
|
EXTENSIONS
|
Changed comments to examples - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 20 2009
|
|
|
Search completed in 0.002 seconds
|