Skip to content

Instantly share code, notes, and snippets.

@orbitcowboy
orbitcowboy / A216983.cpp
Created September 27, 2012 19:54
C++ Version of OEIS sequence A216983
#include <iostream>
#include <string>
// ------------------------------------------------------------------
/// Generate and print the sequence A216983 to a std::string.
/// Weblink: http://oeis.org/A216983
//
// Usage:
// ------
// unsigned int uiMax(88);
// std::cout << PrintSequnce_A216983(uiMax)) << std::endl;
@sehe
sehe / .gitignore
Last active July 8, 2020 11:07
converting regular expressions to dot graphs (with boost spirit)
*.o
a.out
test
.*.swp
*~
*.png
tags