Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Fibonacci Sequence

by hdb (Monsignor)
on Mar 05, 2013 at 12:01 UTC ( [id://1021812]=note: print w/replies, xml ) Need Help??


in reply to Re: Fibonacci Sequence
in thread Fibonacci Sequence

Loopy short version:

for(++$\;$/<$$;$/=($\+=$/)-$/){print $"}

Now can someone find a similar short expression for oeis.org/A000040 please?

Replies are listed 'Best First'.
Re^3: Fibonacci Sequence
by tobyink (Canon) on Mar 05, 2013 at 14:48 UTC
    $"++;_:while(++$"){$"%$_||next(_)for 2..$"-1;print$",$/}

    Update: trizen has pointed out that this is more efficient:

    $"++;_:while(++$"){$"%$_||next(_)for 2..sqrt$";print$",$/}

    ... but I don't like the two extra keystrokes required. Meanwhile, this solution gives you a minor efficiency boost without any extra nasty keystroke things...

    $"++;_:while(++$"){$"%$_||next(_)for 2..$"/2;print$",$/}
    package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1021812]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-24 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found