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.

A072702 Last digit of F(n) is 4 where F(n) is the n-th Fibonacci number.

Original entry on oeis.org

9, 12, 18, 51, 69, 72, 78, 111, 129, 132, 138, 171, 189, 192, 198, 231, 249, 252, 258, 291, 309, 312, 318, 351, 369, 372, 378, 411, 429, 432, 438, 471, 489, 492, 498, 531, 549, 552, 558, 591, 609, 612, 618, 651, 669, 672, 678, 711, 729, 732, 738, 771, 789
Offset: 1

Views

Author

Benoit Cloitre, Aug 07 2002

Keywords

Comments

Sequence contains numbers of form (9+60k), (12+60k), (18+60k), (51+60k), with k>=0.

Crossrefs

Programs

Formula

G.f.: x*(9*x^4+33*x^3+6*x^2+3*x+9) / (x^5-x^4-x+1). - Colin Barker, Jun 16 2013
a(n) = (-60 + 6*(-1)^n + (9+21*i)*(-i)^n + (9-i*21)*i^n + 60*n) / 4 where i=sqrt(-1). - Colin Barker, Oct 16 2015