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.

A120198 a(1)=5; a(n)=floor((44+sum(a(1) to a(n-1)))/8).

This page as a plain text file.
%I A120198 #2 Mar 30 2012 18:34:45
%S A120198 5,6,6,7,8,9,10,11,13,14,16,18,20,23,26,29,33,37,41,47,52,59,66,75,84,
%T A120198 94,106,119,134,151,170,191,215,242,272,306,344,387,436,490
%N A120198 a(1)=5; a(n)=floor((44+sum(a(1) to a(n-1)))/8).
%Y A120198 Cf. A073941, A112088, A072493.
%K A120198 nonn
%O A120198 1,1
%A A120198 _Graeme McRae_, Jun 10 2006