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.

A276377 60th powers: a(n) = n^60.

This page as a plain text file.
%I A276377 #52 Sep 08 2022 08:46:17
%S A276377 0,1,1152921504606846976,42391158275216203514294433201,
%T A276377 1329227995784915872903807060280344576,
%U A276377 867361737988403547205962240695953369140625,48873677980689257489322752273774603865660850176
%N A276377 60th powers: a(n) = n^60.
%C A276377 Numbers which have square roots, cube roots, 4th, 5th and 6th roots.
%F A276377 a(n) = n^60.
%F A276377 a(n) = A122971(n)^2. - _Michel Marcus_, Sep 02 2016
%t A276377 Range[0, 6]^60 (* _Michael De Vlieger_, Sep 02 2016 *)
%o A276377 (PARI) a(n)=n^60 \\ _Charles R Greathouse IV_, Sep 01 2016
%o A276377 (Sage) [n^60 for n in range(10)] # _Bruno Berselli_, Sep 03 2016
%o A276377 (Magma) [n^60: n in [0..10]]; // _Bruno Berselli_, Sep 03 2016
%Y A276377 Cf. A122971 (n^30), A183085 (subsequence).
%K A276377 nonn,easy
%O A276377 0,3
%A A276377 _Bhushan Bade_, Sep 01 2016