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!)
A127177 Primes whose "Look And Say" descriptions from right to left (in the sense of method A, i.e., frequency followed by digit-indication) are also primes. 2
3, 7, 71, 103, 113, 163, 173, 311, 313, 331, 337, 349, 373, 757, 773, 797, 919, 953, 977, 991, 1109, 1123, 1151, 1171, 1181, 1213, 1237, 1277, 1279, 1297, 1327, 1423, 1447, 1543, 1553, 1567, 1621, 1663, 1669, 1747, 1811, 1873, 1877, 1889, 1993, 1999, 3049 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
71, 331 and 1277, for instance, belong to the sequence because their respective descriptions 1171 (one 1, one 7), 1123 (one 1, two 3's) and 271211 (two 7's, one 2, one 1) are primes.
MATHEMATICA
LookAndSayA[ n_] := FromDigits@Flatten@((Through[ {Length, First}[ # ] ] &) /@ Split@Reverse@IntegerDigits@n); Select[Prime@Range[450], PrimeQ@LookAndSayA@# &] (* Ray Chandler, Jan 16 2007 *)
CROSSREFS
Sequence in context: A088797 A165589 A184316 * A261136 A127179 A359748
KEYWORD
nonn,base
AUTHOR
Lekraj Beedassy, Jan 07 2007
EXTENSIONS
Extended by Ray Chandler, Jan 16 2007
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 19 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)