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!)
A017016 a(n) = (7*n + 2)^12. 1

%I #18 Sep 08 2022 08:44:41

%S 4096,282429536481,281474976710656,21914624432020321,

%T 531441000000000000,6582952005840035281,52654090776777588736,

%U 309629344375621415601,1449225352009601191936,5688009063105712890625,19408409961765342806016

%N a(n) = (7*n + 2)^12.

%H Vincenzo Librandi, <a href="/A017016/b017016.txt">Table of n, a(n) for n = 0..10000</a>

%H <a href="/index/Rec#order_13">Index entries for linear recurrences with constant coefficients</a>, signature (13, -78, 286, -715, 1287, -1716, 1716, -1287, 715, -286, 78, -13, 1).

%p seq((7*n+2)^12,n=0..12); # _Muniru A Asiru_, Oct 13 2018

%o (Magma) [(7*n+2)^12: n in [0..20]]; // _Vincenzo Librandi_, Jul 13 2011

%o (PARI) a(n) = (7*n+2)^12; \\ _Altug Alkan_, Oct 13 2018

%o (GAP) List([0..12],n->(7*n+2)^12); # _Muniru A Asiru_, Oct 13 2018

%K nonn,easy

%O 0,1

%A _N. J. A. Sloane_

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 April 24 12:45 EDT 2024. Contains 371941 sequences. (Running on oeis4.)