login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074490 n-th power of the smallest n-digit prime. 1
2, 121, 1030301, 1036488922561, 100350490343120066807, 1000180013500540012150145800729, 1000021000189000945002835005103005103002187, 100001520010108038410491224838661675728538309756103563041 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A003617(n)^n. - Michel Marcus, Oct 02 2013
EXAMPLE
a(1)=2^1=2, a(2)=11^2=121, a(3)=101^3=1030301.
MATHEMATICA
Table[Prime[PrimePi[10^(n-1)]+1]^n, {n, 7}]
#[[1]]^#[[2]]&/@Table[{NextPrime[10^n], n+1}, {n, 0, 8}] (* Harvey P. Dale, Jan 24 2018 *)
CROSSREFS
Sequence in context: A281983 A217023 A332112 * A056638 A222873 A325889
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Sep 26 2002
EXTENSIONS
a(8) from Vincenzo Librandi, Oct 04 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)