Lagmental Vicfred

Fermat's Little Theorem, Several Ways by Vicfred

Last updated: Sat 24 December 2011

Fermat's Little Theorem, Several Ways

This is synthetic Pelican test content for pagination, archives, tags, sorting, feeds, and theme rendering.

Notes

The topic is drawn from subjects that have come up in mathematics, programming, Unix, networking, static-site tooling, or language study.

Code rendering

1
2
3
4
5
6
7
8
#include <iostream>

using namespace std;

int main() {
  cout << "test post 12" << endl;
  return 0;
}

Math rendering

$$ \sum_{k=1}^n k = \frac{n(n+1)}{2}. $$

Nothing here is intended to be novel. This is harmless test data for a Pelican build.

This article was posted on Sat 15 October 2011. Facts and circumstances may have changed since publication.
Please contact me before jumping to conclusions if something seems wrong or unclear.