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.

A016897 a(n) = 5*n + 4.

Original entry on oeis.org

4, 9, 14, 19, 24, 29, 34, 39, 44, 49, 54, 59, 64, 69, 74, 79, 84, 89, 94, 99, 104, 109, 114, 119, 124, 129, 134, 139, 144, 149, 154, 159, 164, 169, 174, 179, 184, 189, 194, 199, 204, 209, 214, 219, 224, 229, 234, 239, 244, 249, 254, 259, 264, 269, 274, 279, 284
Offset: 0

Views

Author

Keywords

Comments

Except for 1, 2, n such that Sum_{k=1..n} (k mod 5)*C(n,k) is a power of 2. - Benoit Cloitre, Oct 17 2002
Numbers ending in 4 or 9. - Lekraj Beedassy, Jul 08 2006
The set of numbers congruent to 4 mod 5. - Gary Detlefs, Mar 07 2010
Also the number of (not necessarily maximal) cliques in the n-book graph and (n+1)-ladder graph. - Eric W. Weisstein, Nov 29 2017

Crossrefs

Programs

Formula

G.f.: (4+x)/(1-x)^2. - Paul Barry, Feb 27 2003
a(n) = 2*a(n-1) - a(n-2), n>1. - Philippe Deléham, Nov 03 2008
a(n) = A131098(n+2) + n + 1. - Jaroslav Krizek, Aug 15 2009
a(n) = 10*n - a(n-1) + 3, n>0. - Vincenzo Librandi, Nov 20 2010
A000041(a(n)) == 0 mod 5 is the first of Ramanujan's congruences. - Ivan N. Ianakiev, Dec 29 2014
a(n) = (n+2)^2 - 2*A000217(n-1). See Mirror Triangles illustration. - Leo Tavares, Aug 18 2021
Sum_{n>=0} (-1)^n/a(n) = sqrt(10*(5+sqrt(5)))*Pi/50 - log(2)/5 - sqrt(5)*log(phi)/5, where phi is the golden ratio (A001622). - Amiram Eldar, Dec 07 2021
E.g.f.: exp(x)*(4 + 5*x). - Elmo R. Oliveira, Mar 08 2024