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”).

A152438
a(n)=(19^n - 1)/(9*2^(3 - 2*Mod[n, 2])).
2
0, 1, 5, 381, 1810, 137561, 653415, 49659541, 235882820, 17927094321, 85153698025, 6471681049901, 30740484987030, 2336276859014281, 11097315080317835, 843395946104155461, 4006130743994738440
OFFSET
0,3
MATHEMATICA
a[n_] :=(19^n - 1)/(9*2^(3 - 2*Mod[n, 2]));
Table[a[n], {n, 0, 30}]
CROSSREFS
Sequence in context: A206386 A198902 A100474 * A060506 A302394 A057633
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Dec 04 2008
STATUS
approved