Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: [OT] math fulguration

by choroba (Cardinal)
on Apr 06, 2021 at 13:56 UTC ( [id://11130895]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use warnings;
    ...
                unless $A ** $n == 1 + ($A - 1) * sum(map $A ** $_, 0 .. $
    +n - 1)
        }
    }
    
  2. or download this
    \documentclass{article}
    \title{Summation Fulguration}
    ...
    Q.E.D.
    \end{prf}
    \end{document}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 10:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found