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.

A164278 a(n) = (6*n + 1)^(2*n) - 1.

This page as a plain text file.
%I A164278 #10 Dec 24 2021 15:32:00
%S A164278 0,48,28560,47045880,152587890624,819628286980800,6582952005840035280,
%T A164278 73885357344138503765448,1104427674243920646305299200,
%U A164278 21209401372879911350250244140624,508858109619679129936596364708525200
%N A164278 a(n) = (6*n + 1)^(2*n) - 1.
%C A164278 In Bátfai's notation, a(n) gives the total number of Turing machines with n states.
%H A164278 Norbert Bátfai, <a href="https://arxiv.org/abs/0908.1159">On the Running Time of the Shortest Programs</a>, arXiv:0908.1159 [cs.CC], Aug 10, 2009.
%t A164278 Table[(6n+1)^(2n)-1,{n,0,20}] (* _Harvey P. Dale_, Dec 24 2021 *)
%o A164278 (Maxima) makelist((6*n + 1)^(2*n) - 1, n, 0, 20); /* _Franck Maminirina Ramaharo_, Jan 15 2019 */
%Y A164278 Cf. A028444.
%K A164278 easy,nonn
%O A164278 0,2
%A A164278 _Jonathan Vos Post_, Aug 11 2009
%E A164278 Edited and name clarified by _Franck Maminirina Ramaharo_, Jan 15 2019