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

A017205
a(n) = (9*n + 3)^9.
1
19683, 5159780352, 794280046581, 19683000000000, 208728361158759, 1352605460594688, 6351461955384057, 23762680013799936, 75084686279296875, 208215748530929664, 520411082988487293, 1195092568622310912, 2558036924386500591, 5159780352000000000, 9892530380752880769
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
FORMULA
From Amiram Eldar, Oct 03 2024: (Start)
a(n) = A017197(n)^9 = 3^9 * A016785(n).
Sum_{n>=0} 1/a(n) = 1618*Pi^9/(1098337086315*sqrt(3)) + 9841*zeta(9)/387420489. (End)
MATHEMATICA
Table[(9*n + 3)^9, {n, 0, 20}] (* Amiram Eldar, Oct 03 2024 *)
PROG
(Magma) [(9*n+3)^9: n in [0..20]]; // Vincenzo Librandi, Jul 23 2011
CROSSREFS
KEYWORD
nonn,easy
STATUS
approved