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.

A146509 Numbers that are congruent to {1, 5} mod 18.

Original entry on oeis.org

1, 5, 19, 23, 37, 41, 55, 59, 73, 77, 91, 95, 109, 113, 127, 131, 145, 149, 163, 167, 181, 185, 199, 203, 217, 221, 235, 239, 253, 257, 271, 275, 289, 293, 307, 311, 325, 329, 343, 347, 361, 365, 379, 383, 397, 401, 415, 419, 433, 437, 451, 455, 469, 473, 487
Offset: 1

Views

Author

Artur Jasinski, Oct 30 2008

Keywords

Comments

Positive integers k such that Hypergeometric[k/6,(6-k)/6,1/2,3/4] = 2Cos[2Pi/9].

Crossrefs

Programs

Formula

a(2k-1) = 18*(k-1)+1, a(2k) = 18*(k-1)+5, where k>0.
G.f.: x*(1+4*x+13*x^2)/((1+x)*(1-x)^2). - Vincenzo Librandi, Jul 11 2012
a(n) = (18*n - 5*(-1)^n - 21)/2. - Bruno Berselli, Jul 12 2012 [Corrected by David Lovler, Sep 24 2022]
a(1)=1, a(n) = 18*n -a(n-1) -30. - Vincenzo Librandi, Jul 12 2012
E.g.f.: 13 + ((18*x - 21)*exp(x) - 5*exp(-x))/2. - David Lovler, Sep 05 2022

Extensions

Crossrefs corrected by Ray Chandler, Dec 06 2016