login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145447 a(n) = the smallest square (and/or cube) > n-th prime 1
4, 4, 8, 8, 16, 16, 25, 25, 25, 36, 36, 49, 49, 49, 49, 64, 64, 64, 81, 81, 81, 81, 100, 100, 100, 121, 121, 121, 121, 121, 144, 144, 144, 144, 169, 169, 169, 169, 169, 196, 196, 196, 196, 196, 216, 216, 216, 225, 256, 256, 256, 256, 256, 256, 289, 289, 289, 289 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n) = min(A145445(n), A145446(n) )= min ([A104103(n)]^2, [A104147(n)]^3)

MATHEMATICA

Table[Min[{Ceiling[Prime[n]^(1/3)]^3, Ceiling[Prime[n]^(1/2)]^2}], {n, 100}]

CROSSREFS

A104103, A104147, A145445, A145446

Sequence in context: A071339 A146890 A168273 * A204989 A101921 A093340

Adjacent sequences:  A145444 A145445 A145446 * A145448 A145449 A145450

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Oct 10 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 18:41 EST 2012. Contains 206074 sequences.