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!)
A152528 a(n) = p(n)*p(n+2) - 3*p(n+1), where p(n) is the n-th prime. 6
1, 6, 34, 58, 148, 196, 334, 482, 626, 980, 1160, 1468, 1798, 2138, 2614, 3056, 3770, 4130, 4678, 5390, 5822, 6782, 7784, 8698, 9688, 10498, 10906, 11764, 13504, 14422, 17006, 17798, 19996, 20542, 22940, 24142, 25730, 27698 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
A152528 := proc(n)
ithprime(n)*ithprime(n+2)-3*ithprime(n+1) ;
end proc: # R. J. Mathar, Jul 28 2015
MATHEMATICA
#[[1]]*#[[3]]-3*#[[2]]&/@Partition[Prime[Range[50]], 3, 1] (* Harvey P. Dale, Jul 14 2014 *)
CROSSREFS
Sequence in context: A222174 A044464 A113528 * A135733 A072312 A233510
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 April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)