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.

A017094 a(n) = (8*n + 2)^6.

This page as a plain text file.
%I A017094 #16 Sep 08 2022 08:44:41
%S A017094 64,1000000,34012224,308915776,1544804416,5489031744,15625000000,
%T A017094 38068692544,82653950016,164206490176,304006671424,531441000000,
%U A017094 885842380864,1418519112256,2194972623936,3297303959104
%N A017094 a(n) = (8*n + 2)^6.
%H A017094 Vincenzo Librandi, <a href="/A017094/b017094.txt">Table of n, a(n) for n = 0..10000</a>
%H A017094 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7, -21, 35, -35, 21, -7, 1).
%o A017094 (Magma) [(8*n+2)^6: n in [0..30]]; // _Vincenzo Librandi_, Jul 12 2011
%Y A017094 Cf. A017089 (8n+2), A001014 (n^6).
%K A017094 nonn,easy
%O A017094 0,1
%A A017094 _N. J. A. Sloane_