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

A016819
a(n) = (4n+1)^7.
1
1, 78125, 4782969, 62748517, 410338673, 1801088541, 6103515625, 17249876309, 42618442977, 94931877133, 194754273881, 373669453125, 678223072849, 1174711139837, 1954897493193, 3142742836021, 4902227890625, 7446353252589, 11047398519097, 16048523266853, 22876792454961
OFFSET
0,2
FORMULA
From Amiram Eldar, Apr 21 2023: (Start)
a(n) = A016813(n)^7.
Sum_{n>=0} 1/a(n) = 61*Pi^7/368640 + 127*zeta(7)/256. (End)
MATHEMATICA
Table[(4n+1)^7, {n, 0, 100}] (* Mohammad K. Azarian, Jun 20 2016 *)
LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {1, 78125, 4782969, 62748517, 410338673, 1801088541, 6103515625, 17249876309}, 20] (* Harvey P. Dale, May 25 2022 *)
CROSSREFS
Sequence in context: A210141 A051302 A145553 * A016855 A016975 A017047
KEYWORD
nonn,easy
STATUS
approved