login
A258195
Define a<+>b = odd part(odd part(a) + odd part(b)), where odd part(n) = A000265(n); a(n) is not already appeared prime of the form <+>_{1<=i<=k}i with the smallest k, or a(n)=0 if there is no such k (see comment).
1
3, 5, 7, 17, 19, 23, 11, 13, 53, 37, 47, 43, 29, 61, 31, 41, 83, 79, 73, 103, 137, 109, 113, 151, 149, 139, 193, 157, 167, 71, 199, 229, 179, 181, 223, 191, 107, 173, 97, 269, 241, 101, 59, 233, 197, 227, 251, 263, 89, 211, 239, 131, 293, 67, 307, 379, 277
OFFSET
1,1
COMMENTS
f(n)=<+>{1<=i<=n}i is defined by the following: f(1)=1, for n>=2, f(n)=f(n-1)<+>n.
Conjecture: the sequence is a permutation of the odd primes.
LINKS
MATHEMATICA
vSum[a_, b_]:=#[#[a]+#[b]]&[#/2^IntegerExponent[#, 2]&];
DeleteDuplicates[Select[FoldList[vSum, 0, Range[500]], PrimeQ]] (* Peter J. C. Moses, May 23 2015 *)
CROSSREFS
Cf. A258193.
Sequence in context: A276044 A114265 A377939 * A110358 A038971 A210479
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, May 23 2015
EXTENSIONS
More terms from Peter J. C. Moses, May 23 2015
STATUS
approved