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!)
A141208 a(n) = prime(prime(prime(n) - 1) - 1) - 1, where prime(n) = n-th prime. 2
1, 2, 12, 36, 106, 150, 238, 280, 396, 576, 612, 862, 1020, 1068, 1212, 1492, 1732, 1810, 2088, 2346, 2410, 2712, 2902, 3220, 3582, 3906, 4020, 4210, 4336, 4512, 5278, 5530, 5848, 6028, 6636, 6688, 7102, 7516, 7740, 8110, 8500, 8572, 9282, 9396, 9648 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
p:=ithprime: seq(p(p(p(n)-1)-1)-1, n=1..53); # Juri-Stepan Gerasimov, Oct 25 2009
MATHEMATICA
Table[Prime[Prime[Prime[n - 1] - 1] - 1] - 1, {n, 2, 50}] (* Vincenzo Librandi, Apr 05 2015 *)
PROG
(Magma) [NthPrime(NthPrime(NthPrime(n)-1)-1)-1: n in [1..50]]; // Vincenzo Librandi, Apr 05 2015
CROSSREFS
Cf. A140853.
Sequence in context: A338610 A369175 A073404 * A181825 A169630 A192385
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(22) corrected by D. S. McNeil, Mar 21 2009
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 27 23:22 EDT 2024. Contains 372020 sequences. (Running on oeis4.)