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!)
A175222 a(n) = prime(n) + 5. 12
7, 8, 10, 12, 16, 18, 22, 24, 28, 34, 36, 42, 46, 48, 52, 58, 64, 66, 72, 76, 78, 84, 88, 94, 102, 106, 108, 112, 114, 118, 132, 136, 142, 144, 154, 156, 162, 168, 172, 178, 184, 186, 196, 198, 202, 204, 216, 228, 232, 234, 238, 244, 246, 256, 262, 268, 274, 276 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A000040(n) + 5 = A008864(n) + 4 = A052147(n) + 3 = A113395(n) + 2 = A175221 (n) + 1 = A139049(n) - 1 = A175223(n) - 2 = A175224(n) - 3 = A140353(n) - 4 = A175225(n) - 5.
LINKS
MATHEMATICA
Prime[Range[120]]+5 (* Vladimir Joseph Stephan Orlovsky, Nov 21 2010 *)
PROG
(Magma) [p+5: p in PrimesUpTo(500)]; // Vincenzo Librandi, Dec 04 2010
(PARI) {a(n) = prime(n) + 5}; \\ G. C. Greubel, May 20 2019
(Sage) [nth_prime(n) + 5 for n in (1..100)] # G. C. Greubel, May 20 2019
(GAP) Filtered([1..300], k-> IsPrime(k) ) + 5 # G. C. Greubel, May 20 2019
CROSSREFS
Sequence in context: A341058 A120175 A291668 * A067529 A080113 A243078
KEYWORD
nonn,easy
AUTHOR
Jaroslav Krizek, Mar 06 2010
EXTENSIONS
More terms from Vincenzo Librandi, Mar 14 2010
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 6 07:22 EDT 2024. Contains 372290 sequences. (Running on oeis4.)