Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. LoMaPuz

LoMaPuz

Scheduled Pinned Locked Moved The Lounge
comquestion
27 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A AspDotNetDev

    Logic / Math Puzzle... 1=1 2=1 3=3 4=8 5=55 6=? This is the first puzzle I've devised myself. I hope you don't solve it too fast. :)

    Thou mewling ill-breeding pignut!

    P Offline
    P Offline
    Peter_in_2780
    wrote on last edited by
    #18

    Two shots: a. 144 b. 987 If one of these is right, I'll tell you where they came from! ;P Cheers, Peter [edit] should have refreshed! Didn't see your answer just above. [/edit]

    Software rusts. Simon Stephenson, ca 1994.

    A 1 Reply Last reply
    0
    • P Peter_in_2780

      Two shots: a. 144 b. 987 If one of these is right, I'll tell you where they came from! ;P Cheers, Peter [edit] should have refreshed! Didn't see your answer just above. [/edit]

      Software rusts. Simon Stephenson, ca 1994.

      A Offline
      A Offline
      AspDotNetDev
      wrote on last edited by
      #19

      Both of those are correct. I think you have the solution. What is it?

      Thou mewling ill-breeding pignut!

      P L 2 Replies Last reply
      0
      • A AspDotNetDev

        Both of those are correct. I think you have the solution. What is it?

        Thou mewling ill-breeding pignut!

        P Offline
        P Offline
        Peter_in_2780
        wrote on last edited by
        #20

        a. Prime-indexed terms of the standard Fibonacci sequence b. Knuth's Fibonacci (or circle) product or, (where they came from) sequences A121567 and A101361 from the Online Encyclopedia of Integer Sequences[^] Just type "1,1,3,8,55" into the search box. That URL is a wonderful timewaster (and might even impress those who peek over your shoulder! :-D ) Cheers, Peter

        Software rusts. Simon Stephenson, ca 1994.

        A B 2 Replies Last reply
        0
        • P Peter_in_2780

          a. Prime-indexed terms of the standard Fibonacci sequence b. Knuth's Fibonacci (or circle) product or, (where they came from) sequences A121567 and A101361 from the Online Encyclopedia of Integer Sequences[^] Just type "1,1,3,8,55" into the search box. That URL is a wonderful timewaster (and might even impress those who peek over your shoulder! :-D ) Cheers, Peter

          Software rusts. Simon Stephenson, ca 1994.

          A Offline
          A Offline
          AspDotNetDev
          wrote on last edited by
          #21

          You have just been awarded more points than I have ever awarded anybody! Sure, they're virtual points, but still. That's crazy that there's a website that actually lists that sequence. You are correct. This is how I would represent the sequence: f(n) = NthFibonacci(NthPrime(n)) Assuming the 1st Fibonacci number is 0 and the first prime is 2.

          Thou mewling ill-breeding pignut!

          1 Reply Last reply
          0
          • A AspDotNetDev

            Both of those are correct. I think you have the solution. What is it?

            Thou mewling ill-breeding pignut!

            L Offline
            L Offline
            leppie
            wrote on last edited by
            #22

            AspDotNetDev wrote:

            Both of those are correct.

            That's BS!

            IronScheme
            ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x)))

            A 1 Reply Last reply
            0
            • L leppie

              AspDotNetDev wrote:

              Both of those are correct.

              That's BS!

              IronScheme
              ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x)))

              A Offline
              A Offline
              AspDotNetDev
              wrote on last edited by
              #23

              They are the 6th and 7th elements of the sequence. Upset you didn't figure it out? ;P

              Thou mewling ill-breeding pignut!

              L 1 Reply Last reply
              0
              • A AspDotNetDev

                They are the 6th and 7th elements of the sequence. Upset you didn't figure it out? ;P

                Thou mewling ill-breeding pignut!

                L Offline
                L Offline
                leppie
                wrote on last edited by
                #24

                AspDotNetDev wrote:

                Upset you didn't figure it out?

                No, upset at you for being ambiguous! ;p Thought it was both correct for 6 :(

                IronScheme
                ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x)))

                1 Reply Last reply
                0
                • Richard Andrew x64R Richard Andrew x64

                  42

                  The difficult we do right away... ...the impossible takes slightly longer.

                  V Offline
                  V Offline
                  V 0
                  wrote on last edited by
                  #25

                  You're cheating ! That's ALWAYS a correct answer. And moreover, it's my cheat, my own, my precious :-D .

                  V.

                  1 Reply Last reply
                  0
                  • A AspDotNetDev

                    Logic / Math Puzzle... 1=1 2=1 3=3 4=8 5=55 6=? This is the first puzzle I've devised myself. I hope you don't solve it too fast. :)

                    Thou mewling ill-breeding pignut!

                    B Offline
                    B Offline
                    Brisingr Aerowing
                    wrote on last edited by
                    #26

                    How about the 'Eban' numbers? 2, 4, 6, 30, 32, 34, 36, 40, 42, 44, 46, ... [EDIT] Or the 'emirps'? 13, 17, 31, 37, 71, 73, 79, 97, 107, 113, ... Get it? Or not?

                    Public Sub GetOffTheComputer() Throw New NotImplementedException() End Sub

                    1 Reply Last reply
                    0
                    • P Peter_in_2780

                      a. Prime-indexed terms of the standard Fibonacci sequence b. Knuth's Fibonacci (or circle) product or, (where they came from) sequences A121567 and A101361 from the Online Encyclopedia of Integer Sequences[^] Just type "1,1,3,8,55" into the search box. That URL is a wonderful timewaster (and might even impress those who peek over your shoulder! :-D ) Cheers, Peter

                      Software rusts. Simon Stephenson, ca 1994.

                      B Offline
                      B Offline
                      Brisingr Aerowing
                      wrote on last edited by
                      #27

                      Peter_in_2780 wrote:

                      That URL is a wonderful timewaster

                      I am now officially addicted to that site. It is a browser narcotic for nerds (sorry if I offended anyone!) -Z a.k.a. 'The Nerdinator' (don't ask...)

                      Public Sub GetOffTheComputer() Throw New NotImplementedException() End Sub

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups