Cube Sequences

13=1 13+23=9  = 32                          13+23+33=36 = 62 13+23+33+43=100 = 102 13+23+33+43+53=225 = 152 …. 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16…. These are triangular numbers are in bold:  1+2 =3 1+2+3=6 1+2+3+4=10           ( n(n+1)/2 )2= n2(n+1)2/4 A question I have in my mind is that Fermat’s last theorem states: If an integer n is greater than 2, then the equation an + bn = cn has no solutions in non-zero integers a, b, and c.  But how about  a3 + b3 + c3 = d3        … Are there any integer solutions to this?   I ask this because geometrically speaking volume is 1 degree of freedom more than Read more…

A Cottagers Tea Room by George Michaels-If someone comes in for a good honest shit it is like a breath of fresh air

Larry Craig tippy tapping his toe beneath the stall wall.  Barney Frank peering over the partition.  On the other side George Michael of Wham fame.     Appears there was the commodious underground but they all appear to have passion was for members of the armed forces. On the wall is written:      beware of limbo dancers      I am 9 inches long and two inches thick. Interested?      Fascinated, dear, but how big is your dick? This bathroom is so cruisy that if someone comes in there for a good honest shit it is like a breath of fresh air.  Do you know Morse code?  Read more…

WP Classifieds Plugin Installation errors – Invalid argument supplied for foreach() in /wp-includes/functions.php on line 1052

I tried installing the wp-classifieds plugin.  When I did I received the following error message:    Invalid argument supplied for foreach() in …..   /wp-includes/functions.php on line 1052 Where the …. continuation is the first part of my URL which will differ from yours.  When I de-installed this plug in my top page wordpress theme was messed up.  It was rendered very narrow and I still had the above error line listed twice before the page rendering.   In order to get the theme back to normal I went into the DESIGN menu and re-selected my theme.  After that the rendering was back Read more…

Drink Red Wine before running to lose weight

I run everyday lately because I wanted to lose some weight and lower my blood pressure.  The easiest way to keep blood pressure down and make the run more easy is to drink 1/3 of a cup of red wine before my jog. Here is the sequence: drink 1/3 cup of wine to thin blood and dialate capillairys about 45 minutes before running Continuously drink water during the subsequent 45 minutes. This also thins blood.  Run 2.5 miles do the run in the mid to late afternoon.  I do not wait till evening or I will have trouble sleeping The wine will help Read more…

WP SuperCache PlugIn for converting your MySQL DB based blog content to static content

WP Super Cache   – You can serve out static HTML pages instead of running php accessing database running more php to form the HTML page On shared servers you sometimes have trouble getting access to the shared MySQL server when its overloaded.  This way you can just rip the pages out. Notes on Installation: When I first looked at this I was worried the .htaccess file update would foul up my already existing .htaccess file through which I use candied URL’s.  I tested it and it works fine.