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!)
A174242 Least of 3 consecutive integers such that product of them is average of twin prime pairs. 3
1, 3, 10, 13, 14, 20, 30, 34, 40, 44, 110, 129, 135, 139, 154, 175, 188, 220, 229, 238, 273, 315, 405, 413, 440, 464, 465, 503, 520, 560, 569, 579, 583, 590, 685, 688, 695, 758, 833, 835, 859, 868, 903, 959, 1025, 1158, 1378, 1538, 1613, 1624, 1659, 1669 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
1*2*3=6+-1 -> primes, 3*4*5=60+-1 -> primes,...
LINKS
MATHEMATICA
f1[n_]:=PrimeQ[n-1]&&PrimeQ[n+1]; f2[n_]:=n*(n+1)*(n+2); lst={}; Do[If[f1[f2[n]], AppendTo[lst, n]], {n, 8!}]; lst
CROSSREFS
Sequence in context: A242900 A358266 A299403 * A022415 A344619 A299983
KEYWORD
nonn
AUTHOR
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 September 6 17:04 EDT 2024. Contains 375715 sequences. (Running on oeis4.)