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

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

%S 1024,3486784401,1099511627776,41426511213649,590490000000000,

%T 4808584372417849,27197360938418176,119042423827613001,

%U 430804206899405824,1346274334462890625,3743906242624487424

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

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

%H <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).

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

%t (7Range[0,20]+2)^10 (* _Harvey P. Dale_, Mar 30 2011 *)

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

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

%o (GAP) List([0..15],n->(7*n+2)^10); # _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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)