login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008597 Multiples of 15. 26
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
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
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
G.f.: 15*x/(1-x)^2. - Vincenzo Librandi, Jun 10 2013
MATHEMATICA
Range[0, 1005, 15] (* Vladimir Joseph Stephan Orlovsky, May 31 2011 *)
CoefficientList[Series[15 x / (x - 1)^2, {x, 0, 60}], x] (* Vincenzo Librandi, Jun 10 2013 *)
PROG
(Haskell)
a008597 = (* 15)
a008597_list = [0, 15 ..] -- Reinhard Zumkeller, Mar 09 2013
(PARI) a(n)=15*n \\ Charles R Greathouse IV, Sep 24 2015
CROSSREFS
Sequence in context: A344332 A044855 A044900 * A161455 A033027 A044840
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)