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.

A036094 Centered cube numbers: (n+1)^16 + n^16.

This page as a plain text file.
%I A036094 #12 Sep 08 2022 08:44:52
%S A036094 1,65537,43112257,4338014017,156882857921,2973697798081,
%T A036094 36054040477057,314707907280257,2134495165562497,11853020188851841,
%U A036094 55949729863572161,230833988758608577,850300868078216257
%N A036094 Centered cube numbers: (n+1)^16 + n^16.
%D A036094 B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.
%H A036094 Vincenzo Librandi, <a href="/A036094/b036094.txt">Table of n, a(n) for n = 0..10000</a>
%t A036094 Total[#]&/@Partition[Range[0,20]^16,2,1] (* _Harvey P. Dale_, Jun 25 2017 *)
%o A036094 (Magma) [(n+1)^16+n^16: n in [0..20]]; // _Vincenzo Librandi_, Aug 28 2011
%K A036094 nonn,easy
%O A036094 0,2
%A A036094 _N. J. A. Sloane_