Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A057708
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A057708 Numbers n such that 2^n reversed is prime. +0
8
1, 4, 5, 7, 10, 17, 24, 37, 45, 55, 70, 77, 107, 137, 150, 271, 364, 1157, 1656, 2004, 2126, 3033, 3489, 3645, 4336, 6597, 7279, 12690, 13840, 20108, 21693, 28888 (list; graph; listen)
OFFSET

1,2

EXAMPLE

4 is a member because 2^4 reversed is 61 and prime.

MAPLE

with(numtheory): myarray := []: for n from 1 to 4000 do it1 := convert(2^n, base, 10): it2 := sum(10^(nops(it1)-i)*it1[i], i=1..nops(it1)): if isprime(it2) then printf(`%d, `, n) fi: od:

MATHEMATICA

Do[ If[ PrimeQ[ FromDigits[ Reverse[ IntegerDigits[2^n]] ]], Print[ n]], {n, 20000}] (from Robert G. Wilson v Jan 29 2005)

CROSSREFS

Sequence in context: A018910 A022936 A057496 this_sequence A032686 A074300 A047375

Adjacent sequences: A057705 A057706 A057707 this_sequence A057709 A057710 A057711

KEYWORD

base,nonn,more

AUTHOR

G. L. Honaker, Jr. (honak3r(AT)gmail.com), Oct 23 2000

EXTENSIONS

More terms from Chris Nash (chris_nash(AT)prodigy.net), Oct 25 2000. Two more terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 29 2001.

3 more terms from Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 05 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 20 09:10 EDT 2010. Contains 173642 sequences.


AT&T Labs Research