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!)
A226511 a(n) = 3*(5^n-3^n)/2. 2
0, 3, 24, 147, 816, 4323, 22344, 113907, 576096, 2900163, 14559864, 72976467, 365413776, 1828663203, 9148098984, 45754843827, 228817265856, 1144215469443, 5721464767704, 28608486099987, 143045917284336, 715240046774883, 3576231614934024, 17881252217848947, 89406543518781216 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Max A. Alekseyev and T. Berger, Solving the Tower of Hanoi with Random Moves. In: J. Beineke, J. Rosenhouse (eds.) The Mathematics of Various Entertaining Subjects: Research in Recreational Math, Princeton University Press, 2016, pp. 65-79. ISBN 978-0-691-16403-8
FORMULA
G.f.: 3*x/((1-5*x)*(1-3*x)). - Vincenzo Librandi, Jun 12 2013
a(n) = 8*a(n-1) -15*a(n-2) for n>1, a(0)=0, a(1)=3. - Vincenzo Librandi, Jun 12 2013
a(n) = A005059(n)*3 = A005058(n)*3/2.
MATHEMATICA
CoefficientList[Series[3 x / ((1 - 5 x) (1 - 3 x)), {x, 0, 30}], x] (* Vincenzo Librandi, Jun 12 2013 *)
Table[3 (5^n - 3^n)/2, {n, 0, 25}] (* Bruno Berselli, Jun 12 2013 *)
PROG
(Magma) [(3/2)*(5^n-3^n): n in [0..30]]; // Vincenzo Librandi, Jun 12 2013
CROSSREFS
Cf. A005058.
Sequence in context: A056344 A201231 A212698 * A125651 A043017 A003443
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 12 2013
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 15 06:57 EDT 2024. Contains 372538 sequences. (Running on oeis4.)