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!)
A100021 a(n) = 3*prime(n) - prime(n+1) - 3. 3
0, 1, 5, 7, 17, 19, 29, 31, 37, 53, 53, 67, 77, 79, 85, 97, 113, 113, 127, 137, 137, 151, 157, 167, 187, 197, 199, 209, 211, 209, 247, 253, 269, 265, 293, 293, 305, 319, 325, 337, 353, 349, 377, 379, 389, 383, 407, 439, 449, 451, 457, 473, 469, 493, 505, 517, 533, 533, 547 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Except for the initial term, a(n)==(1,5) mod 6.
LINKS
FORMULA
a(n) = A098764(n) - 3.
MAPLE
f:=n->3*ithprime(n)-ithprime(n+1)-3;
MATHEMATICA
3#[[1]]-#[[2]]-3&/@Partition[Prime[Range[80]], 2, 1] (* Harvey P. Dale, Oct 13 2018 *)
PROG
(PARI) a(n) = 3*prime(n) - prime(n+1) - 3; \\ Michel Marcus, Jan 31 2023
CROSSREFS
Cf. A099389 for the primes arising in the sequence, A098764.
Sequence in context: A363752 A045318 A040102 * A099389 A099382 A163633
KEYWORD
nonn,less
AUTHOR
Giovanni Teofilatto, Nov 20 2004
EXTENSIONS
Corrected by Neven Juric (neven.juric(AT)apis-it.hr), rechecked by N. J. A. Sloane, Jun 13 2006
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 18 04:34 EDT 2024. Contains 372618 sequences. (Running on oeis4.)