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!)
A327447 a(n) = 4*p(n-1)*p(n+1) - p(n)^2, where p(k) = k-th prime. 2
31, 59, 171, 243, 579, 699, 1203, 1675, 2011, 3331, 3715, 4683, 5859, 6907, 8283, 9451, 12091, 12835, 14523, 17107, 17995, 21235, 24283, 26547, 29763, 32619, 33459, 36483, 42603, 43083, 52435, 54067, 62331, 61755, 70771, 73803, 78307, 84907, 89643, 93211, 103995, 103251, 113259, 114819, 126667, 132987, 141859 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
It follows from Sándor et al., Sect. VII.18(b) that a(n) > 0 for all n.
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]]}, 4 * p[[1;; -3]] * p[[3;; -1]] - p[[2;; -2]]^2] (* Amiram Eldar, Apr 25 2024 *)
CROSSREFS
Sequence in context: A039350 A043173 A043953 * A139954 A153636 A109840
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 14 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 12 09:35 EDT 2024. Contains 375092 sequences. (Running on oeis4.)