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.

A017622 a(n) = (12*n+8)^6.

This page as a plain text file.
%I A017622 #16 Sep 08 2022 08:44:43
%S A017622 262144,64000000,1073741824,7256313856,30840979456,98867482624,
%T A017622 262144000000,606355001344,1265319018496,2436396322816,4398046511104,
%U A017622 7529536000000,12332795428864,19456426971136,29721861554176,44151665987584,64000000000000,90785223184384
%N A017622 a(n) = (12*n+8)^6.
%H A017622 Vincenzo Librandi, <a href="/A017622/b017622.txt">Table of n, a(n) for n = 0..1000</a>
%H A017622 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1).
%F A017622 a(n) = 7*a(n-1)-21*a(n-2)+35*a(n-3)-35*a(n-4)+21*a(n-5)-7*a(n-6)+a(n-7). - _Vincenzo Librandi_, May 07 2017
%p A017622 A017622:=n->(12*n+8)^6: seq(A017622(n), n=0..40); # _Wesley Ivan Hurt_, May 02 2017
%t A017622 Table[(12 n + 8)^6, {n, 0, 25}] (* _Vincenzo Librandi_, May 07 2017 *)
%o A017622 (Magma) [(12*n+8)^6: n in [0..25]] // _Vincenzo Librandi_, May 07 2017
%Y A017622 Cf. A001014 (n^6), A017617 (12*n+8).
%K A017622 nonn,easy
%O A017622 0,1
%A A017622 _N. J. A. Sloane_