cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A185721 Arises in the maximum number of C5's in a triangle-free graph.

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 2, 5, 10, 18, 32, 51, 79, 118, 172, 243, 335, 454, 604, 792, 1024, 1306, 1649, 2059, 2548, 3125, 3802, 4591, 5507, 6563, 7776, 9161, 10737, 12523, 14539, 16807, 19349, 22190, 25355, 28871, 32768, 37073, 41821, 47042, 52773, 59049, 65908, 73390
Offset: 0

Views

Author

Jonathan Vos Post, Feb 10 2011

Keywords

Examples

			a(23) = floor((23/5)^5) = floor(2059.62976) = 2059.
		

Programs

Formula

a(n) = floor((n/5)^5).