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!)
A152527 a(n) = (p(n)*p(n+1)-p(n+2))/2, where p(n) is the n-th odd prime. 7
4, 12, 32, 63, 101, 150, 204, 318, 431, 553, 737, 858, 984, 1216, 1533, 1766, 2008, 2342, 2552, 2842, 3234, 3645, 4266, 4847, 5148, 5456, 5775, 6095, 7110, 8250, 8904, 9447, 10280, 11171, 11772, 12712, 13524, 14356, 15393, 16104 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A111071(n+1)/2.
MAPLE
A152527 := proc(n)
j := n+1 ;
ithprime(j)*ithprime(j+1)-ithprime(j+2) ;
%/2 ;
end proc: # R. J. Mathar, Jul 28 2015
CROSSREFS
Sequence in context: A328240 A369817 A161217 * A005104 A028921 A028922
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)