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!)
A085520 Numbers such that the digits alternate between prime and nonprime. 2
12, 13, 15, 17, 20, 21, 24, 26, 28, 29, 30, 31, 34, 36, 38, 39, 42, 43, 45, 47, 50, 51, 54, 56, 58, 59, 62, 63, 65, 67, 70, 71, 74, 76, 78, 79, 82, 83, 85, 87, 92, 93, 95, 97, 120, 121, 124, 126, 128, 129, 130, 131, 134, 136, 138, 139 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
E.g. 151 is in the sequence as 1 is nonprime and 5 is prime.
MATHEMATICA
dapnQ[n_]:=Module[{c=Boole[PrimeQ[IntegerDigits[n]]], len}, len=Length[c]; c==PadRight[{}, len, {0, 1}]||c==PadRight[{}, len, {1, 0}]]; Select[ Range[ 10, 200], dapnQ] (* Harvey P. Dale, Jul 21 2019 *)
CROSSREFS
Sequence in context: A074163 A076979 A365589 * A085556 A175225 A187234
KEYWORD
nonn,base
AUTHOR
Meenakshi Srikanth (menakan_s(AT)yahoo.com), Jul 02 2003
EXTENSIONS
Corrected (120 inserted) by Harvey P. Dale, Jul 21 2019
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)