Finding a pattern, I'm stuckFinding pattern (2,7,8,3,5)Finding pattern- $6$ $11$ $25$What is a permutation pattern?Pattern finding algorithmsNumber patterns - finding the patternPalindromic Numbers - Pattern “inside” Prime Numbers?Collatz conjecture pattern (3n + 1 problem).Completing sequence patternWhat is the general term of this series (obtained from an iterated mean)?Find the number pattern

How to write a column outside the braces in a matrix?

"The cow" OR "a cow" OR "cows" in this context

Map of water taps to fill bottles

Can SQL Server create collisions in system generated constraint names?

Can we say “you can pay when the order gets ready”?

can anyone help me with this awful query plan?

Is the claim "Employers won't employ people with no 'social media presence'" realistic?

How to denote matrix elements succinctly?

Extension of 2-adic valuation to the real numbers

Multiple options vs single option UI

What does the integral of a function times a function of a random variable represent, conceptually?

How much cash can I safely carry into the USA and avoid civil forfeiture?

What makes accurate emulation of old systems a difficult task?

What happens to Mjolnir (Thor's hammer) at the end of Endgame?

Pre-plastic human skin alternative

How to stop co-workers from teasing me because I know Russian?

Re-entry to Germany after vacation using blue card

How did Captain America manage to do this?

Minor Revision with suggestion of an alternative proof by reviewer

What is the philosophical significance of speech acts/implicature?

Implications of cigar-shaped bodies having rings?

Can I grease a crank spindle/bracket without disassembling the crank set?

A ​Note ​on ​N!

"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?



Finding a pattern, I'm stuck


Finding pattern (2,7,8,3,5)Finding pattern- $6$ $11$ $25$What is a permutation pattern?Pattern finding algorithmsNumber patterns - finding the patternPalindromic Numbers - Pattern “inside” Prime Numbers?Collatz conjecture pattern (3n + 1 problem).Completing sequence patternWhat is the general term of this series (obtained from an iterated mean)?Find the number pattern













3












$begingroup$


I have a friend who knows how much I love math, (I imagine new problems just to do the math behind them and to see if I can expand my understanding) and so he brings me the stuff that stumps him. Usually I end up finding the answer for him and then explaining how to him, but he gave me one 2 weeks ago and I cant figure it out. It's part of some math for calculating the area (or maybe perimeter?) of an elipse, the part he wanted me to figure out is: there is a part that goes π * (a + b) * (1 + 1/4 * h + 1/64 * h^2 + 1/256 * h^3 + 1/16384 * h^4 + 1/ 65536 * h^5 + 1/1048576 * h^6 ...) we only have those six, and he wanted me to find the pattern to calculate the rest of the denominators to extend it. But everything I have tried adds extra values within the first six or skips values within the first six. Does anyone know what the pattern is and what formula can be used to calculate the rest?










share|cite|improve this question







New contributor




Karæthon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$











  • $begingroup$
    I think it follows the increment pattern of 1,2,1,3,1,2,1,3... in the powers of 4 (starting from 0- 0,1,3,4,7,8,10,11...)
    $endgroup$
    – Ak19
    8 hours ago










  • $begingroup$
    Yeah, i noticed a pattern like that, but can't figure out the logic behind it.
    $endgroup$
    – Karæthon
    8 hours ago















3












$begingroup$


I have a friend who knows how much I love math, (I imagine new problems just to do the math behind them and to see if I can expand my understanding) and so he brings me the stuff that stumps him. Usually I end up finding the answer for him and then explaining how to him, but he gave me one 2 weeks ago and I cant figure it out. It's part of some math for calculating the area (or maybe perimeter?) of an elipse, the part he wanted me to figure out is: there is a part that goes π * (a + b) * (1 + 1/4 * h + 1/64 * h^2 + 1/256 * h^3 + 1/16384 * h^4 + 1/ 65536 * h^5 + 1/1048576 * h^6 ...) we only have those six, and he wanted me to find the pattern to calculate the rest of the denominators to extend it. But everything I have tried adds extra values within the first six or skips values within the first six. Does anyone know what the pattern is and what formula can be used to calculate the rest?










share|cite|improve this question







New contributor




Karæthon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$











  • $begingroup$
    I think it follows the increment pattern of 1,2,1,3,1,2,1,3... in the powers of 4 (starting from 0- 0,1,3,4,7,8,10,11...)
    $endgroup$
    – Ak19
    8 hours ago










  • $begingroup$
    Yeah, i noticed a pattern like that, but can't figure out the logic behind it.
    $endgroup$
    – Karæthon
    8 hours ago













3












3








3





$begingroup$


I have a friend who knows how much I love math, (I imagine new problems just to do the math behind them and to see if I can expand my understanding) and so he brings me the stuff that stumps him. Usually I end up finding the answer for him and then explaining how to him, but he gave me one 2 weeks ago and I cant figure it out. It's part of some math for calculating the area (or maybe perimeter?) of an elipse, the part he wanted me to figure out is: there is a part that goes π * (a + b) * (1 + 1/4 * h + 1/64 * h^2 + 1/256 * h^3 + 1/16384 * h^4 + 1/ 65536 * h^5 + 1/1048576 * h^6 ...) we only have those six, and he wanted me to find the pattern to calculate the rest of the denominators to extend it. But everything I have tried adds extra values within the first six or skips values within the first six. Does anyone know what the pattern is and what formula can be used to calculate the rest?










share|cite|improve this question







New contributor




Karæthon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$




I have a friend who knows how much I love math, (I imagine new problems just to do the math behind them and to see if I can expand my understanding) and so he brings me the stuff that stumps him. Usually I end up finding the answer for him and then explaining how to him, but he gave me one 2 weeks ago and I cant figure it out. It's part of some math for calculating the area (or maybe perimeter?) of an elipse, the part he wanted me to figure out is: there is a part that goes π * (a + b) * (1 + 1/4 * h + 1/64 * h^2 + 1/256 * h^3 + 1/16384 * h^4 + 1/ 65536 * h^5 + 1/1048576 * h^6 ...) we only have those six, and he wanted me to find the pattern to calculate the rest of the denominators to extend it. But everything I have tried adds extra values within the first six or skips values within the first six. Does anyone know what the pattern is and what formula can be used to calculate the rest?







binomial-coefficients pattern-recognition pattern-matching






share|cite|improve this question







New contributor




Karæthon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




Karæthon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




Karæthon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 8 hours ago









KaræthonKaræthon

183




183




New contributor




Karæthon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Karæthon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Karæthon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • $begingroup$
    I think it follows the increment pattern of 1,2,1,3,1,2,1,3... in the powers of 4 (starting from 0- 0,1,3,4,7,8,10,11...)
    $endgroup$
    – Ak19
    8 hours ago










  • $begingroup$
    Yeah, i noticed a pattern like that, but can't figure out the logic behind it.
    $endgroup$
    – Karæthon
    8 hours ago
















  • $begingroup$
    I think it follows the increment pattern of 1,2,1,3,1,2,1,3... in the powers of 4 (starting from 0- 0,1,3,4,7,8,10,11...)
    $endgroup$
    – Ak19
    8 hours ago










  • $begingroup$
    Yeah, i noticed a pattern like that, but can't figure out the logic behind it.
    $endgroup$
    – Karæthon
    8 hours ago















$begingroup$
I think it follows the increment pattern of 1,2,1,3,1,2,1,3... in the powers of 4 (starting from 0- 0,1,3,4,7,8,10,11...)
$endgroup$
– Ak19
8 hours ago




$begingroup$
I think it follows the increment pattern of 1,2,1,3,1,2,1,3... in the powers of 4 (starting from 0- 0,1,3,4,7,8,10,11...)
$endgroup$
– Ak19
8 hours ago












$begingroup$
Yeah, i noticed a pattern like that, but can't figure out the logic behind it.
$endgroup$
– Karæthon
8 hours ago




$begingroup$
Yeah, i noticed a pattern like that, but can't figure out the logic behind it.
$endgroup$
– Karæthon
8 hours ago










2 Answers
2






active

oldest

votes


















6












$begingroup$

If I could give some advice, these kinds of questions generally benefit from a look at the Online Encyclopedia of Integer Sequences.



Considering it has to do with ellipses, the sequence of denominators should be A056982.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Oooo, never seen that site before.... Me likey, and yes that does appear to be the sequence, but I'm not understanding what it is telling me to do to calculate those numbers...
    $endgroup$
    – Karæthon
    8 hours ago










  • $begingroup$
    The sequence is given as $4$ to the power of A005187, which in turn is given as a recurrence relation (or other non-simple descriptions). It does not appear to have a simple formula involving only sums, products and exponentiation, which is often the case in maths. There are other ways to describe it though (with words, via generating functions, or with formulas using other more complex operations).
    $endgroup$
    – Fimpellizieri
    8 hours ago










  • $begingroup$
    Ok, I think I understand, it works on my calculator so...
    $endgroup$
    – Karæthon
    8 hours ago


















0












$begingroup$

The $n^textth$ denominator appears to be



$$4^large2n-text(the number of 1s in the base-2 representation of n)$$



starting with $n=0.$






share|cite|improve this answer









$endgroup$













    Your Answer








    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
    );



    );






    Karæthon is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3203539%2ffinding-a-pattern-im-stuck%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    6












    $begingroup$

    If I could give some advice, these kinds of questions generally benefit from a look at the Online Encyclopedia of Integer Sequences.



    Considering it has to do with ellipses, the sequence of denominators should be A056982.






    share|cite|improve this answer









    $endgroup$












    • $begingroup$
      Oooo, never seen that site before.... Me likey, and yes that does appear to be the sequence, but I'm not understanding what it is telling me to do to calculate those numbers...
      $endgroup$
      – Karæthon
      8 hours ago










    • $begingroup$
      The sequence is given as $4$ to the power of A005187, which in turn is given as a recurrence relation (or other non-simple descriptions). It does not appear to have a simple formula involving only sums, products and exponentiation, which is often the case in maths. There are other ways to describe it though (with words, via generating functions, or with formulas using other more complex operations).
      $endgroup$
      – Fimpellizieri
      8 hours ago










    • $begingroup$
      Ok, I think I understand, it works on my calculator so...
      $endgroup$
      – Karæthon
      8 hours ago















    6












    $begingroup$

    If I could give some advice, these kinds of questions generally benefit from a look at the Online Encyclopedia of Integer Sequences.



    Considering it has to do with ellipses, the sequence of denominators should be A056982.






    share|cite|improve this answer









    $endgroup$












    • $begingroup$
      Oooo, never seen that site before.... Me likey, and yes that does appear to be the sequence, but I'm not understanding what it is telling me to do to calculate those numbers...
      $endgroup$
      – Karæthon
      8 hours ago










    • $begingroup$
      The sequence is given as $4$ to the power of A005187, which in turn is given as a recurrence relation (or other non-simple descriptions). It does not appear to have a simple formula involving only sums, products and exponentiation, which is often the case in maths. There are other ways to describe it though (with words, via generating functions, or with formulas using other more complex operations).
      $endgroup$
      – Fimpellizieri
      8 hours ago










    • $begingroup$
      Ok, I think I understand, it works on my calculator so...
      $endgroup$
      – Karæthon
      8 hours ago













    6












    6








    6





    $begingroup$

    If I could give some advice, these kinds of questions generally benefit from a look at the Online Encyclopedia of Integer Sequences.



    Considering it has to do with ellipses, the sequence of denominators should be A056982.






    share|cite|improve this answer









    $endgroup$



    If I could give some advice, these kinds of questions generally benefit from a look at the Online Encyclopedia of Integer Sequences.



    Considering it has to do with ellipses, the sequence of denominators should be A056982.







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered 8 hours ago









    FimpellizieriFimpellizieri

    17.3k11836




    17.3k11836











    • $begingroup$
      Oooo, never seen that site before.... Me likey, and yes that does appear to be the sequence, but I'm not understanding what it is telling me to do to calculate those numbers...
      $endgroup$
      – Karæthon
      8 hours ago










    • $begingroup$
      The sequence is given as $4$ to the power of A005187, which in turn is given as a recurrence relation (or other non-simple descriptions). It does not appear to have a simple formula involving only sums, products and exponentiation, which is often the case in maths. There are other ways to describe it though (with words, via generating functions, or with formulas using other more complex operations).
      $endgroup$
      – Fimpellizieri
      8 hours ago










    • $begingroup$
      Ok, I think I understand, it works on my calculator so...
      $endgroup$
      – Karæthon
      8 hours ago
















    • $begingroup$
      Oooo, never seen that site before.... Me likey, and yes that does appear to be the sequence, but I'm not understanding what it is telling me to do to calculate those numbers...
      $endgroup$
      – Karæthon
      8 hours ago










    • $begingroup$
      The sequence is given as $4$ to the power of A005187, which in turn is given as a recurrence relation (or other non-simple descriptions). It does not appear to have a simple formula involving only sums, products and exponentiation, which is often the case in maths. There are other ways to describe it though (with words, via generating functions, or with formulas using other more complex operations).
      $endgroup$
      – Fimpellizieri
      8 hours ago










    • $begingroup$
      Ok, I think I understand, it works on my calculator so...
      $endgroup$
      – Karæthon
      8 hours ago















    $begingroup$
    Oooo, never seen that site before.... Me likey, and yes that does appear to be the sequence, but I'm not understanding what it is telling me to do to calculate those numbers...
    $endgroup$
    – Karæthon
    8 hours ago




    $begingroup$
    Oooo, never seen that site before.... Me likey, and yes that does appear to be the sequence, but I'm not understanding what it is telling me to do to calculate those numbers...
    $endgroup$
    – Karæthon
    8 hours ago












    $begingroup$
    The sequence is given as $4$ to the power of A005187, which in turn is given as a recurrence relation (or other non-simple descriptions). It does not appear to have a simple formula involving only sums, products and exponentiation, which is often the case in maths. There are other ways to describe it though (with words, via generating functions, or with formulas using other more complex operations).
    $endgroup$
    – Fimpellizieri
    8 hours ago




    $begingroup$
    The sequence is given as $4$ to the power of A005187, which in turn is given as a recurrence relation (or other non-simple descriptions). It does not appear to have a simple formula involving only sums, products and exponentiation, which is often the case in maths. There are other ways to describe it though (with words, via generating functions, or with formulas using other more complex operations).
    $endgroup$
    – Fimpellizieri
    8 hours ago












    $begingroup$
    Ok, I think I understand, it works on my calculator so...
    $endgroup$
    – Karæthon
    8 hours ago




    $begingroup$
    Ok, I think I understand, it works on my calculator so...
    $endgroup$
    – Karæthon
    8 hours ago











    0












    $begingroup$

    The $n^textth$ denominator appears to be



    $$4^large2n-text(the number of 1s in the base-2 representation of n)$$



    starting with $n=0.$






    share|cite|improve this answer









    $endgroup$

















      0












      $begingroup$

      The $n^textth$ denominator appears to be



      $$4^large2n-text(the number of 1s in the base-2 representation of n)$$



      starting with $n=0.$






      share|cite|improve this answer









      $endgroup$















        0












        0








        0





        $begingroup$

        The $n^textth$ denominator appears to be



        $$4^large2n-text(the number of 1s in the base-2 representation of n)$$



        starting with $n=0.$






        share|cite|improve this answer









        $endgroup$



        The $n^textth$ denominator appears to be



        $$4^large2n-text(the number of 1s in the base-2 representation of n)$$



        starting with $n=0.$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered 8 hours ago









        Mitchell SpectorMitchell Spector

        7,1572824




        7,1572824




















            Karæthon is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            Karæthon is a new contributor. Be nice, and check out our Code of Conduct.












            Karæthon is a new contributor. Be nice, and check out our Code of Conduct.











            Karæthon is a new contributor. Be nice, and check out our Code of Conduct.














            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%2f3203539%2ffinding-a-pattern-im-stuck%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

            Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

            Fil:Tokke komm.svg

            Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?