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.

A047346 Numbers that are congruent to {1, 4} mod 7.

Original entry on oeis.org

1, 4, 8, 11, 15, 18, 22, 25, 29, 32, 36, 39, 43, 46, 50, 53, 57, 60, 64, 67, 71, 74, 78, 81, 85, 88, 92, 95, 99, 102, 106, 109, 113, 116, 120, 123, 127, 130, 134, 137, 141, 144, 148, 151, 155, 158, 162, 165, 169, 172, 176, 179, 183, 186, 190, 193, 197, 200, 204, 207, 211, 214
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A001106.

Programs

Formula

a(n) = floor( (7n-5)/2 ). - Santi Spadaro, Jul 24 2001
G.f.: x*(1 + 3*x + 3*x^2) / ( (1+x)*(x-1)^2 ). - R. J. Mathar, Dec 04 2011
a(n) = 4n - 3 - floor(n/2). - Wesley Ivan Hurt, Oct 16 2013
E.g.f.: 3 + ((14*x - 11)*exp(x) - exp(-x))/4. - David Lovler, Sep 01 2022