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!)
A257315 a(1) = 34; a(2) = 35; for n > 2, a(n) is the smallest number of the form prime + 32 not already used which shares a factor with a(n-1). 7
34, 35, 45, 39, 51, 63, 49, 91, 105, 55, 75, 69, 93, 99, 111, 37, 259, 133, 171, 129, 43, 301, 189, 135, 85, 115, 145, 195, 141, 159, 183, 61, 793, 169, 273, 213, 225, 205, 255, 231, 121, 363, 243, 261, 303, 309, 103, 1339, 325, 265, 295, 315, 339, 345, 369 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Analog of EKG-sequence (A064413) on the numbers of the form prime + 32.
Conjecture: the sequence {a(n)-32} is a permutation of primes (A000040).
LINKS
MATHEMATICA
f[n_] := Block[{o = 2^5, s, p, k}, s = {o + 2, o + 3}; For[k = 3, k <= n, k++, p = 2; While[GCD[p + o, s[[k - 1]]] == 1 || MemberQ[s, p + o], p = NextPrime@ p]; AppendTo[s, p + o]]; s]; f@ 55 (* Michael De Vlieger, Apr 20 2015 *)
CROSSREFS
Sequence in context: A254756 A203462 A270311 * A045561 A294282 A067190
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Apr 20 2015
EXTENSIONS
More terms from Peter J. C. Moses, Apr 20 2015
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 June 7 08:03 EDT 2024. Contains 373153 sequences. (Running on oeis4.)