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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107989 Primes p such that integer part of the volume of cube with faces of area p is prime. 0
2, 5, 11, 281, 839, 1201, 1499, 2081, 9769, 10091, 11483, 12583, 14221, 20089, 21491, 26417, 36931, 37633, 41621, 47251, 47903, 52889, 64781, 72643, 73019, 75541, 88037, 93701, 94111, 121937, 122533, 138041, 139439, 143503, 147289, 179917 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

V = floor(sqrt(p)^3), p is prime and the area of the face of a cube.

EXAMPLE

p = 5, volume = floor(sqrt(5)^3) = 11 a prime.

PROG

(PARI) g(n) = forprime(x=2, n, y=floor(sqrt(x)^3); if(isprime(y), print1(y, ", ")))

CROSSREFS

Sequence in context: A123165 A098438 A064772 * A069504 A158997 A101828

Adjacent sequences:  A107986 A107987 A107988 * A107990 A107991 A107992

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 13 2005

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 15 11:19 EST 2012. Contains 205771 sequences.