login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A256247
a(n) = sqrt(2*A256246(n) + prime(A256246(n))).
2
2, 5, 7, 23, 33, 51, 65, 97, 99, 111, 115, 133, 137, 141, 143, 161, 171, 175, 177, 199, 207, 237, 241, 253, 271, 273, 275, 287, 309, 313, 315, 337, 387, 417, 423, 429, 435, 481, 507, 513, 541, 543, 557, 561, 589, 591, 613, 625, 631, 639, 651, 661, 677, 679, 727, 745, 769, 773, 777, 789
OFFSET
1,1
COMMENTS
Except for the first term, 2, all terms are odd.
EXAMPLE
a(1) = 2 = sqrt(2*A256246(1) + prime(A256246(1))) = sqrt(2*1 + prime(1)) = sqrt(2*1+2) = sqrt(4),
a(2) = 5 = sqrt(2*6 + prime(6)) = sqrt(2*6+13) = sqrt(25).
CROSSREFS
Cf. A000040 (primes), A256246.
Sequence in context: A175552 A279756 A103060 * A243595 A103807 A099228
KEYWORD
nonn
AUTHOR
Zak Seidov, Mar 20 2015
STATUS
approved