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!)
A154773 Numbers n such that 252n^2 is the average of a twin prime pair. 2
3, 5, 11, 14, 18, 20, 26, 27, 28, 29, 31, 38, 42, 52, 58, 64, 73, 82, 85, 90, 110, 125, 138, 156, 167, 180, 212, 234, 248, 297, 299, 303, 305, 308, 312, 314, 317, 319, 334, 336, 348, 361, 365, 371, 372, 377, 379, 414, 451, 465, 478, 499, 508, 509, 535, 554, 564 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Inspired by Zak Seidov's post to the SeqFan list, cf. link: This yields A154673 as 252 a(n)^2. Indeed, if N/7 is a square, then N=7m^2 and this can't be the average of a twin prime pair unless m=6a.
LINKS
Zak Seidov, "A154676", Jan 15 2009
FORMULA
a(n) = sqrt(A154673(n)/252).
MATHEMATICA
Select[Range[600], And@@PrimeQ[252#^2+{1, -1}]&] (* Harvey P. Dale, Dec 13 2012 *)
PROG
(PARI) for(i=1, 999, isprime(252*i^2+1) & isprime(252*i^2-1) & print1(i", "))
CROSSREFS
Sequence in context: A162875 A166564 A058595 * A176658 A086284 A136500
KEYWORD
nonn
AUTHOR
M. F. Hasler, Jan 15 2009
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 30 11:22 EDT 2024. Contains 372131 sequences. (Running on oeis4.)