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!)
A307330 Indices of Ulam prime triples, where u(k), u(k+1) and u(k+2) are all primes, and u(k) = A002858(k) are the Ulam numbers. 1
858, 1547, 2515, 3059, 9503, 9781, 11899, 11900, 13622, 15413, 18928, 22829, 25462, 32020, 33021, 33963, 36598, 37811, 37854, 40046, 44447, 49104, 55249, 56526, 60847, 61741, 80658, 84414, 86235, 87971, 92832, 96674, 97185, 100004, 102684, 108025, 108273 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
ulams = {1, 2}; Do[AppendTo[ulams, n = Last[ulams]; While[n++; Length[ DeleteCases[Intersection[ulams, n - ulams], n/2, 1, 1]] != 2]; n], {1000}]; p = PrimeQ[ulams]; len = Length[p]; s={}; Do[If[p[[n]]&&p[[n+1]]&&p[[n+2]], AppendTo[s, n]], {n, 1, len-2}]; s (* after Jean-François Alcover at A002858 *)
CROSSREFS
Sequence in context: A251453 A087002 A256743 * A046394 A163304 A252237
KEYWORD
nonn
AUTHOR
Amiram Eldar, Apr 02 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 March 29 04:59 EDT 2024. Contains 371264 sequences. (Running on oeis4.)