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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A179913 Primes with five embedded primes. 2
1237, 1319, 1367, 1523, 1571, 1723, 1753, 1979, 1997, 2131, 2179, 2239, 2273, 2293, 2297, 2357, 2377, 2383, 2389, 2417, 2437, 2473, 2531, 2579, 2593, 2617, 2711, 2731, 2753, 2797, 3119, 3167, 3257, 3271, 3313, 3371, 3547, 3571, 3593, 3617, 3671, 3677 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

A079066(a(n)) = 5.

LINKS

Table of n, a(n) for n=1..42.

MATHEMATICA

f[n_] := Block[ {id = IntegerDigits@n}, len = Length@ id - 1; Count[ PrimeQ@ Union[ FromDigits@# & /@ Flatten[ Table[ Partition[ id, k, 1], {k, len}], 1]], True] + 1]; Select[ Prime@ Range@ 510, f@# == 6 &]

PROG

(Haskell)

import Data.List (elemIndices)

a179913 n = a179913_list !! (n-1)

a179913_list = map (a000040 . (+ 1)) $ elemIndices 5 a079066_list

-- Reinhard Zumkeller, Jul 19 2011

CROSSREFS

Cf. A039996, A079397, A033274, A034844, A092621, A179909 - A179919, A033274.

Sequence in context: A091332 A210515 A122043 * A161868 A145047 A010081

Adjacent sequences:  A179910 A179911 A179912 * A179914 A179915 A179916

KEYWORD

base,nonn

AUTHOR

Robert G. Wilson v, Aug 01 2010

STATUS

approved

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 May 21 23:25 EDT 2013. Contains 225505 sequences.