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.

A074489 n-th power of the largest n-digit prime.

Original entry on oeis.org

7, 9409, 991026973, 9892436613211441, 9995500809927103280440951, 999898004334901741252806480882137569, 9999937000170099744850229634875997137200865217031, 9999991200003387999254640102486990981144496037064410263414358881
Offset: 1

Views

Author

Zak Seidov, Sep 26 2002

Keywords

Examples

			a(1)=7^1=7, a(2)=97^2=9409, a(3)=997^3=991026973.
		

Crossrefs

Cf. A003618.

Programs

  • Mathematica
    Table[Prime[PrimePi[10^n]]^n, {n, 6}]

Formula

a(n)=A003618(n)^n. - Emeric Deutsch, Dec 14 2004

Extensions

More terms from Emeric Deutsch, Dec 14 2004