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.

A016882 (5n+2)^10.

This page as a plain text file.
%I A016882 #16 Jul 08 2025 05:58:48
%S A016882 1024,282475249,61917364224,2015993900449,26559922791424,
%T A016882 205891132094649,1125899906842624,4808584372417849,17080198121677824,
%U A016882 52599132235830049,144555105949057024,362033331456891249,839299365868340224,1822837804551761449,3743906242624487424
%N A016882 (5n+2)^10.
%H A016882 T. D. Noe, <a href="/A016882/b016882.txt">Table of n, a(n) for n = 0..1000</a>
%H A016882 <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 A016882 a(n) = A016873(n)^10 = A008454(A016873(n)). - _Wesley Ivan Hurt_, Jan 22 2014
%p A016882 A016882:=n->(5*n+2)^10; seq(A016882(n), n=0..30); # _Wesley Ivan Hurt_, Jan 22 2014
%t A016882 Table[(5n+2)^10, {n,0,30}] (* _Wesley Ivan Hurt_, Jan 22 2014 *)
%o A016882 (PARI) a(n) = (5*n+2)^10; \\ _Michel Marcus_, Jan 27 2014
%Y A016882 Cf. A008454, A016873.
%K A016882 nonn,easy
%O A016882 0,1
%A A016882 _N. J. A. Sloane_