The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016964 a(n) = (6*n + 4)^8. 5
65536, 100000000, 4294967296, 54875873536, 377801998336, 1785793904896, 6553600000000, 20047612231936, 53459728531456, 128063081718016, 281474976710656, 576480100000000, 1113034787454976, 2044140858654976, 3596345248055296, 6095689385410816, 10000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
FORMULA
From Amiram Eldar, Mar 31 2022: (Start)
a(n) = A016957(n)^8 = A016958(n)^4 = A016960(n)^2.
a(n) = 2^8*A016796(n).
Sum_{n>=0} 1/a(n) = PolyGamma(7, 2/3)/8465264640. (End)
MATHEMATICA
(6*Range[0, 20]+4)^8 (* or *) LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {65536, 100000000, 4294967296, 54875873536, 377801998336, 1785793904896, 6553600000000, 20047612231936, 53459728531456}, 20] (* Harvey P. Dale, Dec 26 2018 *)
PROG
(Magma) [(6*n+4)^8: n in [0..20]]; // Vincenzo Librandi, May 07 2011
CROSSREFS
Subsequence of A001016.
Sequence in context: A276108 A030635 A236224 * A017036 A017120 A017216
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 20 16:51 EDT 2024. Contains 372719 sequences. (Running on oeis4.)