login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013757 15^(3n+2). 1
225, 759375, 2562890625, 8649755859375, 29192926025390625, 98526125335693359375, 332525673007965087890625, 1122274146401882171630859375, 3787675244106352329254150390625, 12783403948858939111232757568359375 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..200

Tanya Khovanova, Recursive Sequences

FORMULA

a(n)=3375*a(n-1), n>0 ; a(0)=225 . G.f.: 225/(1-3375*x). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Dec 03 2008]

MATHEMATICA

15^(3Range[0, 20]+2) (* or *) NestList[3375#&, 225, 20] (* From Harvey P. Dale, Oct 25 2011 *)

PROG

(MAGMA) [15^(3*n+2): n in [0..15]]; // Vincenzo Librandi, Jun 27 2011

CROSSREFS

Sequence in context: A171109 A109688 A195277 * A151653 A077729 A077737

Adjacent sequences:  A013754 A013755 A013756 * A013758 A013759 A013760

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.