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.

A024010 a(n) = 1 - n^12.

This page as a plain text file.
%I A024010 #17 Jul 08 2025 17:25:32
%S A024010 1,0,-4095,-531440,-16777215,-244140624,-2176782335,-13841287200,
%T A024010 -68719476735,-282429536480,-999999999999,-3138428376720,
%U A024010 -8916100448255,-23298085122480,-56693912375295,-129746337890624,-281474976710655
%N A024010 a(n) = 1 - n^12.
%H A024010 Vincenzo Librandi, <a href="/A024010/b024010.txt">Table of n, a(n) for n = 0..320</a>
%t A024010 1-Range[0,20]^12 (* _Harvey P. Dale_, Feb 19 2012 *)
%o A024010 (Magma) [1-n^12: n in [0..35]]; // _Vincenzo Librandi_, Apr 29 2011
%Y A024010 a(n) = -A123868(n) for n>0.
%K A024010 sign,easy
%O A024010 0,3
%A A024010 _N. J. A. Sloane_