A164278 a(n) = (6*n + 1)^(2*n) - 1.
0, 48, 28560, 47045880, 152587890624, 819628286980800, 6582952005840035280, 73885357344138503765448, 1104427674243920646305299200, 21209401372879911350250244140624, 508858109619679129936596364708525200
Offset: 0
Links
- Norbert Bátfai, On the Running Time of the Shortest Programs, arXiv:0908.1159 [cs.CC], Aug 10, 2009.
Crossrefs
Cf. A028444.
Programs
-
Mathematica
Table[(6n+1)^(2n)-1,{n,0,20}] (* Harvey P. Dale, Dec 24 2021 *)
-
Maxima
makelist((6*n + 1)^(2*n) - 1, n, 0, 20); /* Franck Maminirina Ramaharo, Jan 15 2019 */
Extensions
Edited and name clarified by Franck Maminirina Ramaharo, Jan 15 2019
Comments