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!)
A065995 a(n) = prime(prime(n) + n). 2
5, 11, 19, 31, 53, 67, 89, 103, 131, 167, 181, 227, 251, 269, 293, 347, 383, 401, 443, 467, 491, 547, 577, 617, 673, 709, 733, 761, 787, 823, 929, 967, 1013, 1031, 1097, 1117, 1181, 1229, 1277, 1303, 1373, 1409, 1481, 1489, 1531, 1553, 1627, 1741, 1783 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Popular Computing (Calabasas, CA), A Function Of Primes, Problem 206, Vol. 5 (No. 55, Oct 1977), page PC55-19. Asks for rate of growth of a(n).
LINKS
N. J. A. Sloane, Table of n, a(n) for n = 1..20000 [First 1000 terms from Harry J. Smith]
David A. Corneth, PARI program
FORMULA
a(n) = A000040(A014688(n)). - Omar E. Pol, Oct 22 2013
MAPLE
p:=ithprime; f:=n->p(p(n)+n); [seq(f(n), n=1..1000)]; # N. J. A. Sloane, Apr 16 2015
MATHEMATICA
Table[Prime[n+ Prime[n]], {n, 100}] (* Waldemar Puszkarz, Jan 24 2015 *)
PROG
(PARI) a(n) = prime(prime(n) + n); \\ Harry J. Smith, Nov 06 2009
(PARI) \\ See PARI link
CROSSREFS
Sequence in context: A164566 A075322 A079850 * A023245 A125003 A062718
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 10 2001
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 April 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)