cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A017590 a(n) = (12*n+5)^10.

This page as a plain text file.
%I A017590 #13 Jul 17 2017 10:15:39
%S A017590 9765625,2015993900449,420707233300201,13422659310152401,
%T A017590 174887470365513049,1346274334462890625,7326680472586200649,
%U A017590 31181719929966183601,110462212541120451001,339456738992222314849
%N A017590 a(n) = (12*n+5)^10.
%H A017590 <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 A017590 A017590:=(12*n+5)^10: seq(A017590(n), n=0..20); # _Wesley Ivan Hurt_, Apr 03 2017
%t A017590 (12*Range[0,20]+5)^10 (* _Harvey P. Dale_, Feb 19 2015 *)
%Y A017590 Cf. A008454, A017581.
%K A017590 nonn,easy
%O A017590 0,1
%A A017590 _N. J. A. Sloane_