login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A188527
a(n) = A188526(n) / 7.
2
4, 35, 313, 2813, 25309, 227765, 2049853, 18448613, 166037389, 1494336245, 13449025693, 121041230213, 1089371069869, 9804339624725, 88239056614333, 794151509512613, 7147363585580749, 64326272270161205, 578936450431319773, 5210428053881615813, 46893852484934018029
OFFSET
0,1
LINKS
FORMULA
a(n) = (3^(2*n + 3) + 2^n) / 7.
PROG
(Magma) [(3^(2*n + 3) + 2^n)/7: n in [0..20]]; // Vincenzo Librandi, Jul 17 2011
CROSSREFS
Sequence in context: A104526 A174436 A145607 * A292190 A026304 A215541
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Apr 03 2011
STATUS
approved