[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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”).

A049079
Primes prime(k) for which A049076(k) = 3.
21
5, 59, 179, 331, 431, 599, 919, 1153, 1297, 1523, 1847, 2381, 2477, 2749, 3259, 3637, 3943, 4091, 4273, 4549, 5623, 5869, 6113, 6661, 6823, 7607, 7841, 8221, 8719, 9461, 9739, 9859, 11743, 11953, 12097, 12301, 12547, 13469, 13709, 14177, 14723, 14867
OFFSET
1,1
LINKS
N. Fernandez, An order of primeness [cached copy, included with permission of the author]
MAPLE
A049079 := proc(n)
ithprime(A049078(n)) ;
end proc: # R. J. Mathar, Jul 07 2012
MATHEMATICA
Nest[ Prime, Select[ Range[60], !PrimeQ[ # ] &], 3] (* Robert G. Wilson v, Mar 15 2004 *)
KEYWORD
nonn
EXTENSIONS
Definition edited by Zak Seidov, Sep 15 2013
STATUS
approved