The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A217622 Prime(prime(2*n)). 6
5, 17, 41, 67, 109, 157, 191, 241, 283, 353, 401, 461, 547, 587, 617, 739, 797, 877, 967, 1031, 1087, 1171, 1217, 1409, 1447, 1499, 1597, 1669, 1741, 1823, 1913, 2063, 2099, 2269, 2351, 2417, 2549, 2647, 2719, 2803, 2909, 3019, 3109, 3229, 3299, 3407, 3517 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A006450.
Using the Prime Number Theorem, prime(n) ~ n log n, the asymptotic behavior is A217622(n) ~ 2n (log 2n) log(2n log 2n) ~ 2n (log n)^2 ~ A230460(n). - M. F. Hasler, Oct 19 2013
LINKS
FORMULA
a(n) = A000040(A031215(n)). - Omar E. Pol, Oct 19 2013
a(n) = A006450(2n). - M. F. Hasler, Oct 20 2013
MATHEMATICA
Table[Prime[Prime[2n]], {n, 100}]
PROG
(Magma) [NthPrime(NthPrime(2*n)): n in [1..50] ]; //
(PARI) a(n)=prime(prime(2*n)) \\ Charles R Greathouse IV, Oct 20 2013
CROSSREFS
Sequence in context: A342320 A341759 A144620 * A269728 A091864 A304079
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 13 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 May 19 11:03 EDT 2024. Contains 372683 sequences. (Running on oeis4.)