The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A260268 Primes that contain only the digits (1, 4, 5). 2
5, 11, 41, 151, 541, 1151, 1451, 1511, 4111, 4441, 4451, 5441, 11411, 11551, 14411, 14551, 15451, 15511, 15541, 15551, 41141, 41411, 44111, 45541, 51151, 51511, 51551, 54151, 54541, 55411, 55441, 55511, 55541, 114451, 115151, 141511, 141551, 144451, 144511 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A020452 and A020453 are subsequences.
LINKS
MATHEMATICA
Select[Prime[Range[3 10^4]], Complement[IntegerDigits[#], {1, 4, 5}]=={} &]
PROG
(Magma) [p: p in PrimesUpTo(4*10^5) | Set(Intseq(p)) subset [1, 4, 5]];
CROSSREFS
Cf. similar sequences listed in A260266.
Sequence in context: A006382 A295504 A055113 * A129015 A209976 A141355
KEYWORD
nonn,easy,base
AUTHOR
Vincenzo Librandi, Jul 23 2015
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 May 13 19:11 EDT 2024. Contains 372522 sequences. (Running on oeis4.)