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!)
A152530 a(n) = p(n)*p(n+2)-p(n+1), where p(n) is the n-th prime. 6
7, 16, 48, 80, 174, 230, 372, 528, 684, 1042, 1234, 1550, 1884, 2232, 2720, 3174, 3892, 4264, 4820, 5536, 5980, 6948, 7962, 8892, 9890, 10704, 11120, 11982, 13730, 14676, 17268, 18072, 20274, 20840, 23242, 24456, 26056, 28032 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
A152530 := proc(n)
ithprime(n)*ithprime(n+2)-ithprime(n+1) ;
end proc: # R. J. Mathar, Jul 28 2015
MATHEMATICA
#[[1]]#[[3]]-#[[2]]&/@Partition[Prime[Range[50]], 3, 1] (* Harvey P. Dale, Dec 19 2012 *)
CROSSREFS
Sequence in context: A037241 A154141 A173661 * A065099 A001345 A225128
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Dec 06 2008
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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)