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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013732 3^(3n+1). 3
3, 81, 2187, 59049, 1594323, 43046721, 1162261467, 31381059609, 847288609443, 22876792454961, 617673396283947, 16677181699666569, 450283905890997363, 12157665459056928801, 328256967394537077627, 8862938119652501095929 (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)=27*a(n-1), n>0 ; a(0)=3 . G.f.: 3/(1-27*x). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 25 2008]

MAPLE

seq(3^(3*n+1), n=0..15); # Nathaniel Johnston, Jun 26 2011

PROG

(MAGMA) [3^(3*n+1): n in [0..25]]; // Vincenzo Librandi, May 25 2011

CROSSREFS

Cf. A013730, A013733, A013734.

Sequence in context: A123656 A060851 A116179 * A207229 A207222 A207007

Adjacent sequences:  A013729 A013730 A013731 * A013733 A013734 A013735

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 17 03:45 EST 2012. Contains 205978 sequences.