The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A005055 a(n) = 7*5^n. 3
7, 35, 175, 875, 4375, 21875, 109375, 546875, 2734375, 13671875, 68359375, 341796875, 1708984375, 8544921875, 42724609375, 213623046875, 1068115234375, 5340576171875, 26702880859375, 133514404296875, 667572021484375, 3337860107421875, 16689300537109375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) = sum of row n+1 of triangle A249307. - Reinhard Zumkeller, Nov 14 2014
LINKS
Tanya Khovanova, Recursive Sequences
FORMULA
a(n) = 5*a(n-1), n>0; a(0)=7. G.f.: 7/(1-5*x). - Philippe Deléham, Nov 23 2008
E.g.f.: 7*e^(5*x). - Mohammad K. Azarian, Jan 15 2009
MATHEMATICA
7*5^Range[0, 100] (* Vladimir Joseph Stephan Orlovsky, Jun 09 2011 *)
NestList[5#&, 7, 30] (* Harvey P. Dale, Sep 28 2015 *)
PROG
(Magma) [7*5^n: n in [0..20]]; // Vincenzo Librandi, Sep 15 2011
(Haskell)
a005055 = (* 7) . (5 ^)
a005055_list = iterate (* 5) 7 -- Reinhard Zumkeller, Nov 14 2014
CROSSREFS
Cf. A000351.
Sequence in context: A034348 A249793 A268990 * A037506 A037689 A051926
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)