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

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

%S 1,25937424601,16679880978201,819628286980801,13422659310152401,

%T 119042423827613001,713342911662882601,3255243551009881201,

%U 12157665459056928801,38941611811810745401,110462212541120451001

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

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

%F a(n) = A011557(A017281(n)). - _Wesley Ivan Hurt_, Jan 29 2014

%p A017290:=n->(10*n+1)^10; seq(A017290(n), n=0..10); # _Wesley Ivan Hurt_, Jan 29 2014

%t (10Range[0,10]+1)^10 (* _Harvey P. Dale_, Feb 18 2011 *)

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

%Y Cf. A011557, A017281.

%K nonn,easy

%O 0,2

%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 15:52 EDT 2024. Contains 371961 sequences. (Running on oeis4.)