The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A307328 Indices of prime Ulam numbers: numbers k such that A002858(k) is prime. 3
2, 3, 7, 8, 15, 17, 25, 31, 41, 48, 69, 73, 91, 97, 106, 107, 123, 125, 138, 167, 172, 177, 181, 193, 194, 241, 242, 246, 267, 280, 286, 287, 297, 306, 312, 322, 323, 338, 340, 343, 353, 354, 382, 388, 393, 398, 403, 411, 412, 415, 416, 433, 444, 448, 460 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A002858(a(n)) = A068820(n).
MATHEMATICA
ulams = {1, 2}; Do[AppendTo[ulams, n = Last[ulams]; While[n++; Length[ DeleteCases[Intersection[ulams, n - ulams], n/2, 1, 1]] != 2]; n], {100}]; Flatten[Position[ulams, _?(PrimeQ[#] &)]] (* after Jean-François Alcover at A002858 *)
CROSSREFS
Sequence in context: A084406 A075648 A071527 * A097095 A101755 A363847
KEYWORD
nonn,changed
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 May 15 04:25 EDT 2024. Contains 372536 sequences. (Running on oeis4.)