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!)
A173064 a(n) = prime(n) - 5. 2
0, 2, 6, 8, 12, 14, 18, 24, 26, 32, 36, 38, 42, 48, 54, 56, 62, 66, 68, 74, 78, 84, 92, 96, 98, 102, 104, 108, 122, 126, 132, 134, 144, 146, 152, 158, 162, 168, 174, 176, 186, 188, 192, 194, 206, 218, 222, 224, 228, 234, 236, 246, 252, 258, 264, 266, 272, 276, 278, 288, 302, 306, 308, 312, 326, 332, 342, 344, 348, 354, 362, 368, 374, 378, 384, 392, 396, 404 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,2
LINKS
MATHEMATICA
Prime[Range[3, 120]] - 5
PROG
(PARI) {a(n) = prime(n) - 5}; \\ G. C. Greubel, May 19 2019
(Magma) [NthPrime(n) - 5: n in [3..100]]; // G. C. Greubel, May 19 2019
(Sage) [nth_prime(n) - 5 for n in (3..100)] # G. C. Greubel, May 19 2019
CROSSREFS
Sequence in context: A226485 A213638 A191965 * A111367 A105059 A108187
KEYWORD
nonn
AUTHOR
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 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)