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.

A016993 a(n) = 7*n + 1.

Original entry on oeis.org

1, 8, 15, 22, 29, 36, 43, 50, 57, 64, 71, 78, 85, 92, 99, 106, 113, 120, 127, 134, 141, 148, 155, 162, 169, 176, 183, 190, 197, 204, 211, 218, 225, 232, 239, 246, 253, 260, 267, 274, 281, 288, 295, 302, 309, 316, 323, 330, 337, 344, 351, 358, 365, 372, 379
Offset: 0

Views

Author

Keywords

Comments

For n > 3, also the number of (not necessarily maximal) cliques in the n-web graph. - Eric W. Weisstein, Nov 29 2017
The number of notes in a musical scale of n octaves. - Geoffrey Trueman Falk, Feb 16 2023

Crossrefs

Cf. A093564 (column 1).

Programs

Formula

a(n) = 7*n + 1.
G.f.: (1+6*x)/(1-x)^2.
From Elmo R. Oliveira, Mar 07 2024: (Start)
a(n) = 2*a(n-1) - a(n-2).
E.g.f.: (1 + 7*x)*exp(x). (End)