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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161354 Cubes whose reversal is a prime number. 0
125, 125000, 140608, 704969, 1643032, 1815848, 3511808, 3723875, 3869893, 7301384, 9393931, 10360232, 11543176, 14526784, 15069223, 15252992, 15813251, 16777216, 19902511, 34328125, 34645976, 35287552, 70444997, 92345408 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

1815848 is in the list because is a cube number and 8485181 is a prime

MAPLE

rev := proc (n) local nn: nn := convert(n, base, 10): add(nn[j]*10^(nops(nn)-j), j = 1 .. nops(nn)) end proc: a := proc (n) if isprime(rev(n^3)) = true then n^3 else end if end proc: seq(a(n), n = 1 .. 460); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 27 2009]

CROSSREFS

A057699

Sequence in context: A013783 A030697 A050640 * A003751 A120807 A013836

Adjacent sequences:  A161351 A161352 A161353 * A161355 A161356 A161357

KEYWORD

nonn,base

AUTHOR

Claudio L Meller (claudiomeller(AT)gmail.com), Jun 07 2009

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 16 04:47 EST 2012. Contains 205860 sequences.