Expression in terms of $N$Closed-form expression for sum of Vandermonde matrix elementsIs there a closed form expression for the Taylor series of (1- a X - b Y - c XY )^ (-1)?Closed form formula for discrete sumsHow to write a closed form expression for $sum limits_i=0^n-1a_i$ in terms of $a_0$ and $sum limits_i=1^na_i$?Binominal expression simplificationIs there a closed-form expression for $sum_k=1^nlfloor k^q rfloor$ for $q in mathbbQ_> 0$?Find $sum_k=1^n binom2n-kn(-1)^k$Closed form expression for binomial coefficientClosed form for the expansion of a polynomial expression with an arbitrary number of termsexact closed form expression

Different meanings of こわい

Mathematica command that allows it to read my intentions

Forgetting the musical notes while performing in concert

What is required to make GPS signals available indoors?

Ambiguity in the definition of entropy

Can I hook these wires up to find the connection to a dead outlet?

What historical events would have to change in order to make 19th century "steampunk" technology possible?

What exactly is ineptocracy?

What's the meaning of "Sollensaussagen"?

Did 'Cinema Songs' exist during Hiranyakshipu's time?

Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?

How to remove border from elements in the last row?

Is this answer explanation correct?

OP Amp not amplifying audio signal

How does a dynamic QR code work?

What reasons are there for a Capitalist to oppose a 100% inheritance tax?

Can a virus destroy the BIOS of a modern computer?

Can compressed videos be decoded back to their uncompresed original format?

Does Dispel Magic work on Tiny Hut?

Is it possible to create a QR code using text?

What are the G forces leaving Earth orbit?

Why is the sentence "Das ist eine Nase" correct?

Do Iron Man suits sport waste management systems?

How to prevent "they're falling in love" trope



Expression in terms of $N$


Closed-form expression for sum of Vandermonde matrix elementsIs there a closed form expression for the Taylor series of (1- a X - b Y - c XY )^ (-1)?Closed form formula for discrete sumsHow to write a closed form expression for $sum limits_i=0^n-1a_i$ in terms of $a_0$ and $sum limits_i=1^na_i$?Binominal expression simplificationIs there a closed-form expression for $sum_k=1^nlfloor k^q rfloor$ for $q in mathbbQ_> 0$?Find $sum_k=1^n binom2n-kn(-1)^k$Closed form expression for binomial coefficientClosed form for the expansion of a polynomial expression with an arbitrary number of termsexact closed form expression













0












$begingroup$


Find the closed form expression in terms of $N$



$sum_t=1^N sum_i=1^t sum_k=1^i (tik)$.



Thank you for good idea.










share|cite|improve this question









$endgroup$











  • $begingroup$
    Do you know the formula for $sum_n=1^N n$? This looks like a mild generalization of such formulas.
    $endgroup$
    – Clayton
    Mar 20 at 19:43










  • $begingroup$
    The formula is $n*(n+1)/2 $. Is it true ? But is not clear in this question for me.
    $endgroup$
    – mathsstudent
    Mar 20 at 19:46















0












$begingroup$


Find the closed form expression in terms of $N$



$sum_t=1^N sum_i=1^t sum_k=1^i (tik)$.



Thank you for good idea.










share|cite|improve this question









$endgroup$











  • $begingroup$
    Do you know the formula for $sum_n=1^N n$? This looks like a mild generalization of such formulas.
    $endgroup$
    – Clayton
    Mar 20 at 19:43










  • $begingroup$
    The formula is $n*(n+1)/2 $. Is it true ? But is not clear in this question for me.
    $endgroup$
    – mathsstudent
    Mar 20 at 19:46













0












0








0





$begingroup$


Find the closed form expression in terms of $N$



$sum_t=1^N sum_i=1^t sum_k=1^i (tik)$.



Thank you for good idea.










share|cite|improve this question









$endgroup$




Find the closed form expression in terms of $N$



$sum_t=1^N sum_i=1^t sum_k=1^i (tik)$.



Thank you for good idea.







discrete-mathematics






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Mar 20 at 19:40









mathsstudentmathsstudent

536




536











  • $begingroup$
    Do you know the formula for $sum_n=1^N n$? This looks like a mild generalization of such formulas.
    $endgroup$
    – Clayton
    Mar 20 at 19:43










  • $begingroup$
    The formula is $n*(n+1)/2 $. Is it true ? But is not clear in this question for me.
    $endgroup$
    – mathsstudent
    Mar 20 at 19:46
















  • $begingroup$
    Do you know the formula for $sum_n=1^N n$? This looks like a mild generalization of such formulas.
    $endgroup$
    – Clayton
    Mar 20 at 19:43










  • $begingroup$
    The formula is $n*(n+1)/2 $. Is it true ? But is not clear in this question for me.
    $endgroup$
    – mathsstudent
    Mar 20 at 19:46















$begingroup$
Do you know the formula for $sum_n=1^N n$? This looks like a mild generalization of such formulas.
$endgroup$
– Clayton
Mar 20 at 19:43




$begingroup$
Do you know the formula for $sum_n=1^N n$? This looks like a mild generalization of such formulas.
$endgroup$
– Clayton
Mar 20 at 19:43












$begingroup$
The formula is $n*(n+1)/2 $. Is it true ? But is not clear in this question for me.
$endgroup$
– mathsstudent
Mar 20 at 19:46




$begingroup$
The formula is $n*(n+1)/2 $. Is it true ? But is not clear in this question for me.
$endgroup$
– mathsstudent
Mar 20 at 19:46










1 Answer
1






active

oldest

votes


















0












$begingroup$

Do this in three steps:
$$
sum_k=1^i (ti) k = ti sum_k=1^i k = frac12 i^2 (1+i) t
$$

then
$$
sum_i=1^t frac12 i^2 (1+i) t = frac12 t sum_i=1^t i^2 (1+i)
= frac12 t left( sum_i=1^t (i+2) (1+i) i -sum_i=1^t 2 (1+i) iright) \
= frac12 t left( frac14 t(t+1)(t+2)(t+3) - frac23 t^2(t+1)(t+2)right) \=frac124 t^2(t+1)(t+2)(3t+1)
$$

Finally, using the same technique of breaking up into sums that all involve rising powers (of $t$ this time),
$$
frac124 t^2(t+1)(t+2)(3t+1) = frac148N^2(N+1)^2(N+2)(N+3)
$$

and that is your answer.






share|cite|improve this answer









$endgroup$













    Your Answer





    StackExchange.ifUsing("editor", function ()
    return StackExchange.using("mathjaxEditing", function ()
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    );
    );
    , "mathjax-editing");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "69"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3155918%2fexpression-in-terms-of-n%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0












    $begingroup$

    Do this in three steps:
    $$
    sum_k=1^i (ti) k = ti sum_k=1^i k = frac12 i^2 (1+i) t
    $$

    then
    $$
    sum_i=1^t frac12 i^2 (1+i) t = frac12 t sum_i=1^t i^2 (1+i)
    = frac12 t left( sum_i=1^t (i+2) (1+i) i -sum_i=1^t 2 (1+i) iright) \
    = frac12 t left( frac14 t(t+1)(t+2)(t+3) - frac23 t^2(t+1)(t+2)right) \=frac124 t^2(t+1)(t+2)(3t+1)
    $$

    Finally, using the same technique of breaking up into sums that all involve rising powers (of $t$ this time),
    $$
    frac124 t^2(t+1)(t+2)(3t+1) = frac148N^2(N+1)^2(N+2)(N+3)
    $$

    and that is your answer.






    share|cite|improve this answer









    $endgroup$

















      0












      $begingroup$

      Do this in three steps:
      $$
      sum_k=1^i (ti) k = ti sum_k=1^i k = frac12 i^2 (1+i) t
      $$

      then
      $$
      sum_i=1^t frac12 i^2 (1+i) t = frac12 t sum_i=1^t i^2 (1+i)
      = frac12 t left( sum_i=1^t (i+2) (1+i) i -sum_i=1^t 2 (1+i) iright) \
      = frac12 t left( frac14 t(t+1)(t+2)(t+3) - frac23 t^2(t+1)(t+2)right) \=frac124 t^2(t+1)(t+2)(3t+1)
      $$

      Finally, using the same technique of breaking up into sums that all involve rising powers (of $t$ this time),
      $$
      frac124 t^2(t+1)(t+2)(3t+1) = frac148N^2(N+1)^2(N+2)(N+3)
      $$

      and that is your answer.






      share|cite|improve this answer









      $endgroup$















        0












        0








        0





        $begingroup$

        Do this in three steps:
        $$
        sum_k=1^i (ti) k = ti sum_k=1^i k = frac12 i^2 (1+i) t
        $$

        then
        $$
        sum_i=1^t frac12 i^2 (1+i) t = frac12 t sum_i=1^t i^2 (1+i)
        = frac12 t left( sum_i=1^t (i+2) (1+i) i -sum_i=1^t 2 (1+i) iright) \
        = frac12 t left( frac14 t(t+1)(t+2)(t+3) - frac23 t^2(t+1)(t+2)right) \=frac124 t^2(t+1)(t+2)(3t+1)
        $$

        Finally, using the same technique of breaking up into sums that all involve rising powers (of $t$ this time),
        $$
        frac124 t^2(t+1)(t+2)(3t+1) = frac148N^2(N+1)^2(N+2)(N+3)
        $$

        and that is your answer.






        share|cite|improve this answer









        $endgroup$



        Do this in three steps:
        $$
        sum_k=1^i (ti) k = ti sum_k=1^i k = frac12 i^2 (1+i) t
        $$

        then
        $$
        sum_i=1^t frac12 i^2 (1+i) t = frac12 t sum_i=1^t i^2 (1+i)
        = frac12 t left( sum_i=1^t (i+2) (1+i) i -sum_i=1^t 2 (1+i) iright) \
        = frac12 t left( frac14 t(t+1)(t+2)(t+3) - frac23 t^2(t+1)(t+2)right) \=frac124 t^2(t+1)(t+2)(3t+1)
        $$

        Finally, using the same technique of breaking up into sums that all involve rising powers (of $t$ this time),
        $$
        frac124 t^2(t+1)(t+2)(3t+1) = frac148N^2(N+1)^2(N+2)(N+3)
        $$

        and that is your answer.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Mar 20 at 19:59









        Mark FischlerMark Fischler

        33.9k12552




        33.9k12552



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3155918%2fexpression-in-terms-of-n%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

            random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

            How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer