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

A067420
Fifth column of triangle A067417.
4
1, 7, 105, 1575, 23625, 354375, 5315625, 79734375, 1196015625, 17940234375, 269103515625, 4036552734375, 60548291015625, 908224365234375, 13623365478515625, 204350482177734375, 3065257232666015625
OFFSET
0,2
FORMULA
a(n) = A067417(n+4, 4).
a(n) = 7*(3*5)^(n-1), n >= 1, a(0)=1.
G.f.: (1-8*x)/(1-15*x).
PROG
(Magma) [Ceiling(7*(3*5)^(n-1)): n in [0..20]]; // Vincenzo Librandi, Oct 02 2011
CROSSREFS
Cf. A067419 (fourth column), A067421 (sixth column), A001024 (powers of 15).
Sequence in context: A093741 A139742 A120049 * A368351 A358957 A131869
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Jan 25 2002
STATUS
approved