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!)
A092770 Cubes of A006450: a(n) = prime(prime(n))^3. 1
27, 125, 1331, 4913, 29791, 68921, 205379, 300763, 571787, 1295029, 2048383, 3869893, 5735339, 6967871, 9393931, 13997521, 21253933, 22665187, 36264691, 43986977, 49430863, 64481201, 80062991, 97972181, 131872229, 163667323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Prime[Prime[n]]^3, {n, 50}] (* Vincenzo Librandi, May 26 2016 *)
PROG
(PARI) a(n) = prime(prime(n))^3 \\ Michel Marcus, Jun 30 2013
(Magma) [NthPrime(NthPrime(n))^3: n in [1..40]]; // Vincenzo Librandi, May 26 2016
CROSSREFS
Cf. A006450.
Sequence in context: A074100 A082610 A061434 * A253103 A321486 A241755
KEYWORD
nonn,easy
AUTHOR
Jorge Coveiro, Apr 14 2004
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 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)