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.

A008597 Multiples of 15.

Original entry on oeis.org

0, 15, 30, 45, 60, 75, 90, 105, 120, 135, 150, 165, 180, 195, 210, 225, 240, 255, 270, 285, 300, 315, 330, 345, 360, 375, 390, 405, 420, 435, 450, 465, 480, 495, 510, 525, 540, 555, 570, 585, 600, 615, 630, 645, 660, 675, 690, 705, 720, 735, 750, 765, 780
Offset: 0

Views

Author

Keywords

Comments

n such that the last decimal digit of F(n) is zero, where F(n) is the n-th Fibonacci number (F(45) = 1134903170). - Benoit Cloitre, Aug 07 2002

Crossrefs

Programs

Formula

G.f.: 15*x/(1-x)^2. - Vincenzo Librandi, Jun 10 2013
From Elmo R. Oliveira, Apr 08 2025: (Start)
E.g.f.: 15*x*exp(x).
a(n) = A008585(A008587(n)) = A008587(A008585(n)) = A249674(n)/2. (End)