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!)
A096384 a(n) is the area of the triangle with sides prime(n), prime(n+2) and prime(n+4), rounded down to the nearest integer. 1
28, 88, 95, 192, 272, 353, 528, 626, 788, 958, 1115, 1353, 1573, 1862, 2071, 2333, 2675, 2946, 3373, 3765, 4173, 4562, 4926, 5383, 5782, 6524, 6909, 8099, 8437, 9355, 9747, 10692, 11306, 12066, 12789, 13748, 14306, 15396, 15725, 17169, 17966, 19202 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,1
COMMENTS
The area of a prime sided triangle is always an irrational number.
LINKS
PROG
(PARI) \\ here areasquared is square of area of triangle with given sides.
areasquared(a, b, c)={my(p=(a+b+c)/2); p*(p-a)*(p-b)*(p-c)}
a(n)={sqrtint(floor(areasquared(prime(n), prime(n+2), prime(n+4))))} \\ Andrew Howroyd, Aug 17 2018
CROSSREFS
Cf. A007531.
Sequence in context: A042544 A042546 A164689 * A065655 A341623 A272399
KEYWORD
nonn
AUTHOR
Cino Hilliard, Aug 05 2004
EXTENSIONS
Name clarified, a(4) prepended and data corrected by Andrew Howroyd, Aug 17 2018
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 7 06:12 EDT 2024. Contains 372300 sequences. (Running on oeis4.)