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.

A045930 The generalized Connell sequence C_{3,5}.

Original entry on oeis.org

1, 2, 5, 8, 11, 14, 17, 18, 21, 24, 27, 30, 33, 36, 39, 42, 45, 48, 49, 52, 55, 58, 61, 64, 67, 70, 73, 76, 79, 82, 85, 88, 91, 94, 95, 98, 101, 104, 107, 110, 113, 116, 119, 122, 125, 128, 131, 134, 137, 140, 143, 146, 149, 152, 155, 156, 159, 162, 165, 168, 171, 174, 177, 180
Offset: 1

Views

Author

Keywords

Examples

			From _Michel Marcus_, Apr 02 2013: (Start)
As a triangle, sequence begins:
   1;
   2,  5,  8, 11, 14, 17;
  18, 21, 24, 27, 30, 33, 36, 39, 42, 45, 48;
  ...
(End)
		

Crossrefs

Cf. A045928.

Programs

Formula

a(n) = 3*n - 2*floor((13 + sqrt(40*n-31))/10). See general formula in A045928. - Michel Marcus, Apr 02 2013

Extensions

More terms from jeroen.lahousse(AT)icl.com