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!)
A037167 a(n) = prime(n)*prime(n+1)-prime(n+1). 1
3, 10, 28, 66, 130, 204, 304, 414, 638, 868, 1110, 1476, 1720, 1974, 2438, 3068, 3538, 4020, 4686, 5110, 5688, 6474, 7298, 8536, 9696, 10300, 10914, 11554, 12204, 14224, 16506, 17810, 18904, 20562, 22348, 23550, 25428, 27054, 28718, 30788, 32218 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A000040(n+1)*A006093(n). - Michel Marcus, Jun 30 2013
LINKS
MATHEMATICA
Table[Prime[n]*Prime[n + 1] - Prime[n + 1], {n, 60}] (* Wesley Ivan Hurt, Dec 31 2023 *)
PROG
(PARI) a(n) = prime(n+1)*(prime(n) - 1) \\ Michel Marcus, Jun 30 2013
CROSSREFS
Sequence in context: A226863 A325793 A325800 * A267707 A221647 A062431
KEYWORD
nonn
AUTHOR
Armand Turpel armandt(AT)unforgettable.com
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 23 01:37 EDT 2024. Contains 372758 sequences. (Running on oeis4.)