The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A107990 Primes representing areas of cube faces where the integer part of the cube's volume is also prime. 1
2, 3, 5, 43, 89, 113, 131, 163, 457, 467, 509, 541, 587, 739, 773, 887, 1109, 1123, 1201, 1307, 1319, 1409, 1613, 1741, 1747, 1787, 1979, 2063, 2069, 2459, 2467, 2671, 2689, 2741, 2789, 3187, 3203, 3539, 3547, 3557, 3643, 3823, 3917, 3989, 4021, 4441, 4447 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If the area of a single face of the cube is p, the volume is V=(sqrt(p))^3, and we look for cases where floor(V) and p are both prime.
LINKS
FORMULA
{p in A000040: floor(p^(2/3)) in A000040}.
EXAMPLE
If the area of the cube is the prime p = 5, the side length is sqrt(5), the volume is 5^(3/2) = 11.18033..., and the truncated (floor) value of the volume is 11, a prime, which puts the prime p=5 to the sequence.
PROG
(PARI) g(n) = forprime(x=2, n, y=floor(sqrt(x)^3); if(isprime(y), print1(x, ", ")))
CROSSREFS
Cf. A107989.
Sequence in context: A106820 A362957 A042469 * A117460 A281252 A208223
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Jun 13 2005
EXTENSIONS
Offset set to 1, example expanded - R. J. Mathar, Sep 16 2009
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 May 21 17:21 EDT 2024. Contains 372738 sequences. (Running on oeis4.)