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.

A076782 a(n) = 10^(n^2).

This page as a plain text file.
%I A076782 #21 Feb 16 2025 08:32:47
%S A076782 1,10,10000,1000000000,10000000000000000,10000000000000000000000000,
%T A076782 1000000000000000000000000000000000000,
%U A076782 10000000000000000000000000000000000000000000000000,10000000000000000000000000000000000000000000000000000000000000000,1000000000000000000000000000000000000000000000000000000000000000000000000000000000
%N A076782 a(n) = 10^(n^2).
%C A076782 Number of n X n matrices over an alphabet of size 10.
%C A076782 The 10th term of this sequence is the googol (10^100).
%C A076782 The term in position 10^50 (sqrt(googol)) is the googolplex (10^googol).
%C A076782 a(n) = k^(n^2) with k = 2, 3, 4, ... counts n X n matrices over an alphabet of size k.
%H A076782 Vincenzo Librandi, <a href="/A076782/b076782.txt">Table of n, a(n) for n = 0..20</a>
%H A076782 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Googol.html">Googol</a>, <a href="https://mathworld.wolfram.com/Googolplex.html">Googolplex</a>
%t A076782 10^Range[0,10]^2 (* _Vladimir Joseph Stephan Orlovsky_, Feb 01 2012 *)
%o A076782 (Magma) [10^(n^2): n in [0..10]]; // _Vincenzo Librandi_, May 30 2011
%o A076782 (Maxima) A076782(n):=10^(n^2)$
%o A076782 makelist(A076782(n),n,0,10); /* _Martin Ettl_, Nov 08 2012 */
%Y A076782 Cf. A060757, A060758, A060759, A060760, A060761.
%K A076782 nonn
%O A076782 0,2
%A A076782 Vincenzo Origlio (vincenzo.origlio(AT)itc.cnr.it), Nov 15 2002