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!)
A324795 a(n) = 2*p(n)*p(n+2) - p(n+1)^2 where p(k) = k-th prime. 2
11, 17, 61, 61, 205, 205, 421, 573, 585, 1185, 1173, 1501, 2005, 2349, 2737, 2985, 4185, 4173, 4741, 5889, 5877, 7173, 8181, 8569, 9781, 11005, 11005, 12301, 14917, 13477, 17637, 17649, 21505, 19777, 23985, 24577, 25869, 28509, 29857, 30585, 35617 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Theorem: a(n) > 0. Proof: Use p(n+1) <= 2 p(n)^2 for n > 4. (See Sándor et al.) QED
REFERENCES
József Sándor, Dragoslav S. Mitrinovic, and Borislav Crstici, Handbook of Number Theory I, Springer Science & Business Media, 2005, Chapter VII, p. 247, section VII.18.b.
LINKS
MATHEMATICA
With[{p = Prime[Range[50]]}, 2 * p[[1;; -3]] * p[[3;; -1]] - p[[2;; -2]]^2] (* Amiram Eldar, Apr 25 2024 *)
CROSSREFS
Cf. A056221 (if leading coefficient 2 is changed to 1), A327447 or A309487 (if 2 is changed to 4).
Sequence in context: A217064 A242244 A228031 * A250716 A244853 A102870
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 10 2019
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 14 23:14 EDT 2024. Contains 375171 sequences. (Running on oeis4.)