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.

A017353 a(n) = 10*n + 7.

Original entry on oeis.org

7, 17, 27, 37, 47, 57, 67, 77, 87, 97, 107, 117, 127, 137, 147, 157, 167, 177, 187, 197, 207, 217, 227, 237, 247, 257, 267, 277, 287, 297, 307, 317, 327, 337, 347, 357, 367, 377, 387, 397, 407, 417, 427, 437, 447, 457, 467, 477, 487, 497, 507, 517, 527, 537
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Vincenzo Librandi, May 28 2011: (Start)
a(n) = 10*n + 7.
a(n) = 2*a(n-1) - a(n-2). (End)
G.f.: (7+3*x)/(x-1)^2. - Wesley Ivan Hurt, Mar 26 2015
From Elmo R. Oliveira, Apr 05 2025: (Start)
E.g.f.: exp(x)*(7 + 10*x).
a(n) = A016873(2*n+1). (End)