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!)
A135734 a(n) = prime(n)*prime(n+1)*prime(n+2) - prime(n+3)^2. 2
-19, -16, 216, 712, 2070, 3670, 6588, 11712, 19308, 31582, 45178, 63022, 80052, 103632, 143248, 186258, 236092, 284848, 341020, 402568, 470740, 574164, 706338, 861324, 997642, 1101240, 1188520, 1301790, 1547098, 1861212, 2259948, 2472432, 2814606 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) > 0 for all n >= 3.
LINKS
S. Bulman-Fleming and E. T. H. Wang, Problem 356, College Math. J., 20 (1989), 265.
FORMULA
a(n) = A046301(n) - A001248(n+3). - R. J. Mathar, Mar 06 2008 [Corrected by Georg Fischer, Dec 11 2022]
MAPLE
A135734:=n->ithprime(n)*ithprime(n+1)*ithprime(n+2)-ithprime(n+3)^2: seq(A135734(n), n=1..50); # Wesley Ivan Hurt, Oct 05 2017
MATHEMATICA
Table[Prime[n] Prime[n + 1] Prime[n + 2] - Prime[n + 3]^2, {n, 50}] (* Vincenzo Librandi, Apr 17 2015 *)
PROG
(Magma) [NthPrime(n)*NthPrime(n+1)*NthPrime(n+2)-NthPrime(n+3)^2: n in [1..40]]; // Vincenzo Librandi, Apr 17 2015
CROSSREFS
Sequence in context: A291427 A099939 A269231 * A215021 A215085 A241525
KEYWORD
sign,easy
AUTHOR
N. J. A. Sloane, Mar 05 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 August 27 08:35 EDT 2024. Contains 375462 sequences. (Running on oeis4.)