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

%I #20 Sep 08 2022 08:44:42

%S 282475249,2015993900449,205891132094649,4808584372417849,

%T 52599132235830049,362033331456891249,1822837804551761449,

%U 7326680472586200649,24842341419143568849,73742412689492826049

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

%H Vincenzo Librandi, <a href="/A017362/b017362.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).

%t (10*Range[0,10]+7)^10 (* _Harvey P. Dale_, Nov 12 2015 *)

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

%o (PARI) vector(20, n, n--; (10*n+7)^10) \\ _G. C. Greubel_, Nov 10 2018

%Y Cf. A017353 (10n+7), A008454 (n^10).

%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 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)