index.html // ^^^^^^^^^^^^^^^ // // or just make ...ceteris paribus (everything necessary to // make the same thing happen being inserted in the makefile). ?> The Feather Pattern in OEIS Sequence A001414

"Feathers" in the scatterplot of OEIS A001414

More pictures, and some code.

version 0.1
 

A001414 page.

The pictures below are given as html files for an ugly combo of reasons. To get the png file, "save image as" from its web page.

The two "hist" files are (sideways) histograms of the first 100,000 and 10,000,000 (respectively) entries in the sequence. They show the signs of the sequence having been cut off. This histogram of the *whole* sequence is itself in the OEIS: A000607.

"histogram of values up to a(1e5).", "A001414_hist_1E7_png.html" => "histogram of values up to a(1e7).", "A001414_py.txt" => "Python/Matplotlib code to generate these plots.", "Havermann_a001414.png" => "from the OEIS website." ); $subst_url = array( ); echo "\n"; exec( "/bin/ls -ld Havermann_a001414.png *_png.html *_py.txt", $lines ); foreach( $lines as $line ) { echo "\n"; $parts=explode( " ", $line ); foreach( $parts as $path ) { } ; // Empty loop leaves path as last part $pieces=explode( "/", $path ); foreach( $pieces as $file ) { } ; // Empty loop leaves file as last part $size=ceil( filesize($file) / 1024 ); echo '\n"; if( isset( $cmt[$file] ) ) { echo "\n"; } echo "\n\n"; } echo "
'; if( isset( $subst_url[$file] ) ) $url = $subst_url[ $file ]; else $url = $file; if( $line[0]=="d" ) { echo "$file/"; } else { echo "$file (${size}K)"; } echo "$cmt[$file]
\n"; ?>

This static page was made with a php script. Last change
--Steve Witham Up to my temporary home page.