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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029743 Primes with distinct digits. 11
2, 3, 5, 7, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 103, 107, 109, 127, 137, 139, 149, 157, 163, 167, 173, 179, 193, 197, 239, 241, 251, 257, 263, 269, 271, 281, 283, 293, 307, 317, 347, 349, 359, 367, 379, 389 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Intersection of A010784 an A000040; A178788(a(n))*A010051(a(n)) = 1. [Reinhard Zumkeller, Sep 25 2011]

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..283086, full sequence

P. De Geest, World!Of Numbers

PROG

(Haskell)

a029743 n = a029743_list !! (n-1)

a029743_list = filter ((== 1) . a010051) a010784_list

-- Reinhard Zumkeller, Sep 25 2011

CROSSREFS

Sequence in context: A059168 A032758 A106118 * A042990 A040169 A040165

Adjacent sequences:  A029740 A029741 A029742 * A029744 A029745 A029746

KEYWORD

nonn,fini,base

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com)

EXTENSIONS

This sequence has 283086 terms, the last being 987654103 - Jud McCranie (JudMcCranie(AT)ugaalum.uga.edu)

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 15 15:20 EST 2012. Contains 205823 sequences.