A016968 a(n) = (6*n + 4)^12.
16777216, 1000000000000, 281474976710656, 12855002631049216, 232218265089212416, 2386420683693101056, 16777216000000000000, 89762301673555234816, 390877006486250192896, 1449225352009601191936, 4722366482869645213696, 13841287201000000000000, 37133262473195501387776
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (13,-78,286,-715,1287,-1716,1716,-1287,715,-286,78,-13,1).
Crossrefs
Programs
-
Magma
[(6*n+4)^12: n in [0..20]]; // Vincenzo Librandi, May 07 2011
-
Mathematica
(6Range[0,20]+4)^12 (* Harvey P. Dale, Apr 17 2011 *)