login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 05:03 EDT 2024. Contains 376097 sequences. (Running on oeis4.)