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”).

A247869
(prime(A247824(n)) + prime(n)) / (A247824(n) + n).
2
2, 2, 2, 2, 2, 2, 4, 3, 4, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 6, 4, 5, 6, 5, 5, 5, 5, 6, 5, 5, 5, 5, 5, 6, 5, 5, 5, 6, 5, 5, 5, 6, 5, 5, 5, 5, 5, 5, 6, 5, 6, 5, 5, 5, 5, 5, 5, 6, 5, 5, 6, 5, 5, 5, 5
OFFSET
1,1
LINKS
PROG
(Haskell)
a247869 n = (a000040 (a247824 n) + a000040 n) `div` (a247824 n + n)
CROSSREFS
Sequence in context: A238267 A143526 A072924 * A036263 A307378 A339049
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 27 2014
STATUS
approved