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

A134298
a(n) = (107*n)^5.
1
0, 14025517307, 448816553824, 3408200705601, 14362129722368, 43829741584375, 109062422579232, 235726869378749, 459588151115776, 828192771461043, 1402551730700000, 2258823587809657, 3489997522535424, 5207576397467951
OFFSET
0,2
FORMULA
a(n) = A134297(n)^5.
MATHEMATICA
Table[(107n)^5, {n, 0, 30}]
LinearRecurrence[{6, -15, 20, -15, 6, -1}, {0, 14025517307, 448816553824, 3408200705601, 14362129722368, 43829741584375}, 20] (* Harvey P. Dale, Jun 10 2023 *)
PROG
(PARI) concat(0, Vec(14025517307*x*(x^4+26*x^3+66*x^2+26*x+1)/(x-1)^6 + O(x^100))) \\ Colin Barker, Oct 25 2014
CROSSREFS
Cf. A134297.
Sequence in context: A017484 A017616 A304234 * A046060 A172595 A172617
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Oct 18 2007
EXTENSIONS
a(0) prepended and programs adapted by Jianing Song and Jinyuan Wang, Jan 24 2020
STATUS
approved