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!)
A016944 a(n) = (6*n + 2)^12. 1
4096, 68719476736, 56693912375296, 4096000000000000, 95428956661682176, 1152921504606846976, 9065737908494995456, 52654090776777588736, 244140625000000000000, 951166013805414055936, 3226266762397899821056, 9774779120406941925376, 26963771415920784510976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (13,-78,286,-715,1287,-1716,1716,-1287,715,-286,78,-13,1).
FORMULA
From Amiram Eldar, Mar 30 2022: (Start)
a(n) = A016933(n)^12 = A016934(n)^6 = A016935(n)^4 = A016936(n)^3 = A016938(n)^2.
a(n) = 2^12*A016788(n).
Sum_{n>=0} 1/a(n) = PolyGamma(11, 1/3)/86890185149644800. (End)
MATHEMATICA
(6*Range[0, 20]+2)^12 (* or *) LinearRecurrence[{13, -78, 286, -715, 1287, -1716, 1716, -1287, 715, -286, 78, -13, 1}, {4096, 68719476736, 56693912375296, 4096000000000000, 95428956661682176, 1152921504606846976, 9065737908494995456, 52654090776777588736, 244140625000000000000, 951166013805414055936, 3226266762397899821056, 9774779120406941925376, 26963771415920784510976}, 20] (* Harvey P. Dale, Aug 03 2021 *)
PROG
(Magma) [(6*n+2)^12: n in [0..20]]; // Vincenzo Librandi, May 05 2011
CROSSREFS
Subsequence of A008456.
Sequence in context: A016836 A013880 A016884 * A017016 A017100 A017196
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 14 12:38 EDT 2024. Contains 372533 sequences. (Running on oeis4.)