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.

A017322 a(n) = (10*n + 4)^6.

This page as a plain text file.
%I A017322 #15 Sep 08 2022 08:44:42
%S A017322 4096,7529536,191102976,1544804416,7256313856,24794911296,68719476736,
%T A017322 164206490176,351298031616,689869781056,1265319018496,2194972623936,
%U A017322 3635215077376,5789336458816,8916100448256
%N A017322 a(n) = (10*n + 4)^6.
%H A017322 Vincenzo Librandi, <a href="/A017322/b017322.txt">Table of n, a(n) for n = 0..10000</a>
%H A017322 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7, -21, 35, -35, 21, -7, 1).
%o A017322 (Magma) [(10*n+4)^6: n in [0..20]]; // _Vincenzo Librandi_, Aug 01 2011
%Y A017322 First bisection of A272914.
%K A017322 nonn,easy
%O A017322 0,1
%A A017322 _N. J. A. Sloane_