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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051405 (3^n+1)*(3^(n+1)+1)/4. 0
2, 10, 70, 574, 5002, 44530, 399310, 3589414, 32291602, 290585050, 2615147350, 23535971854, 211822683802, 1906400965570, 17157599124190, 154418363419894, 1389765184685602, 12507886403890090, 112570976860169830, 1013138789417005534 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

LINKS

Table of n, a(n) for n=0..19.

FORMULA

a(0)=2, a(1)=10, a(2)=70, a(n)=13*a(n-1)-39*a(n-2)+27*a(n-3) From Harvey P. Dale, Jul 13 2012

MATHEMATICA

Table[(3^n+1)(3^(n+1)+1)/4, {n, 0, 20}] (* or *) LinearRecurrence[{13, -39, 27}, {2, 10, 70}, 20] (* Harvey P. Dale, Jul 13 2012 *)

CROSSREFS

Sequence in context: A121201 A166076 A217938 * A005568 A036075 A212914

Adjacent sequences:  A051402 A051403 A051404 * A051406 A051407 A051408

KEYWORD

nonn

AUTHOR

Colin Mallows

STATUS

approved

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 May 24 13:13 EDT 2013. Contains 225621 sequences.