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!)
A341089 Powers of primes whose reversal in base 10 is also a power of prime. 0
1, 2, 3, 4, 5, 7, 8, 9, 11, 13, 16, 17, 23, 31, 32, 37, 61, 71, 73, 79, 97, 101, 107, 113, 121, 125, 128, 131, 149, 151, 157, 163, 167, 169, 179, 181, 191, 199, 311, 313, 337, 343, 347, 353, 359, 361, 373, 383, 389, 521, 701, 709, 727, 733, 739, 743, 751, 757 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A subsequence of A000961 that contains A007500.
LINKS
EXAMPLE
16 = 2^4 and its reversal in base 10, 61, is prime, so 16 and 61 belong to this sequence.
MATHEMATICA
Select[Range[800], AllTrue[{#, IntegerReverse[#]}, PrimeNu[#1] < 2 &] &] (* Amiram Eldar, Feb 15 2022 *)
PROG
(PARI) is(n) = omega(n)<=1 && omega(fromdigits(Vecrev(digits(n))))<=1
CROSSREFS
Sequence in context: A115919 A038701 A127072 * A056781 A079446 A322546
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Feb 13 2022
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 August 14 18:32 EDT 2024. Contains 375166 sequences. (Running on oeis4.)