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!)
A104423 Numbers n such that n, p[n], p[n]+n, p[n]-n and p[n]*n all are 3-less. 2
5, 7, 8, 20, 25, 26, 45, 47, 50, 95, 100, 101, 102, 105, 107, 109, 110, 121, 145, 149, 155, 156, 158, 160, 161, 165, 167, 168, 169, 171, 177, 180, 181, 205, 209, 210, 271, 272, 275, 277, 279, 284, 288, 290, 292, 297, 299, 628, 629, 745, 751, 761, 764, 765, 769 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
From the first 3000 primes, only 200 are such that n, p[n], p[n]+n, p[n]-n and p[n]*n all are 3-less.
LINKS
MATHEMATICA
id[x_]:=IntegerDigits[x]; pr[i_]:=Prime[i]; ra=Range[3000]; A104423=Select[ra, Position[Union[id[ # ], id[pr[ # ]], id[pr[ # ]+# ], id[pr[ # ]-# ], id[pr[ # ]*# ]], 3]=={}&]
CROSSREFS
Sequence in context: A192285 A192123 A353601 * A011347 A296490 A290151
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Mar 07 2005
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:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)