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!)
A068887 Primes with property that digits alternate in parity individually as well as in concatenation with previous terms. 1
2, 3, 23, 29, 41, 43, 47, 61, 67, 83, 89, 2129, 2141, 2143, 2161, 2309, 2341, 2347, 2381, 2383, 2389, 2503, 2521, 2543, 2549, 2707, 2729, 2741, 2749, 2767, 2789, 2903, 2909, 2927, 2963, 2969, 4127, 4129, 4327, 4349 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
d[n_]:=IntegerDigits[n]; aQ[n_]:=Union[Abs[Differences[Boole@EvenQ[d[n]]]]]=={1}; t={2, 3}; Do[p=Prime[i]; x=FromDigits[Flatten[{d[Last[t]], d[p]}]]; If[aQ[p] && aQ[x], AppendTo[t, p]], {i, 5, 600}]; t (* Jayanta Basu, May 23 2013 *)
CROSSREFS
Cf. A030144.
Sequence in context: A042585 A143279 A272271 * A364142 A260128 A220569
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Mar 20 2002
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 July 26 20:21 EDT 2024. Contains 374636 sequences. (Running on oeis4.)