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!)
A061000 a(n) = Sum_{k=1..n} A060999(k) * k^3. 0
0, 8, 89, 537, 2287, 7471, 20505, 49689, 108738, 219738, 416726, 748502, 1284570, 2121490, 3387115, 5250795, 7933293, 11712429, 16938987, 24050987, 33580556, 46177140, 62626924, 83860588, 110985588, 145311516, 188358237, 241899165 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Original name: x.v where x = first n terms of A060999, v = [1,8,27,...,n^3].
LINKS
FORMULA
a(n) = Sum_{k=1..n} A060999(k) * A000578(k). - Sean A. Irvine, Jan 13 2023
EXAMPLE
a(3) = 0*1 + 1*8 + 3*27 = 89.
MATHEMATICA
nn=30; With[{c=Range[nn]^3, d=Table[Floor[(n+1)^3/9+1/2], {n, 0, nn-1}]}, Table[Take[c, n].Take[d, n], {n, nn}]] (* Harvey P. Dale, Jan 20 2013 *)
CROSSREFS
Sequence in context: A084005 A137494 A068498 * A240457 A319842 A072352
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 15 2001
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 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)