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.

A017089 a(n) = 8*n + 2.

Original entry on oeis.org

2, 10, 18, 26, 34, 42, 50, 58, 66, 74, 82, 90, 98, 106, 114, 122, 130, 138, 146, 154, 162, 170, 178, 186, 194, 202, 210, 218, 226, 234, 242, 250, 258, 266, 274, 282, 290, 298, 306, 314, 322, 330, 338, 346, 354, 362, 370, 378, 386, 394, 402, 410, 418, 426
Offset: 0

Views

Author

N. J. A. Sloane, Dec 11 1996

Keywords

Comments

Apart from initial term(s), dimension of the space of weight 2n cusp forms for Gamma_0( 33 ).
Apart from initial term(s), dimension of the space of weight 2n cuspidal newforms for Gamma_0( 81 ).
First differences of A002939. - Aaron David Fairbanks, May 13 2014

Crossrefs

Programs

Formula

a(n) = 8*n+2; a(n) = 2*a(n-1)-a(n-2). - Vincenzo Librandi, May 28 2011
Sum_{n>=0} (-1)^n/a(n) = (Pi + 2*log(cot(Pi/8)))/(8*sqrt(2)). - Amiram Eldar, Dec 11 2021
From Elmo R. Oliveira, Mar 17 2024: (Start)
G.f.: 2*(1+3*x)/(1-x)^2.
E.g.f.: 2*exp(x)*(1 + 4*x).
a(n) = 2*A016813(n) = A008590(n) + 2. (End)