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!)
A112041 Numbers k such that 1*k + 1, 3*k + 1, 9*k + 1, 27*k + 1 are all primes. 3
4, 60, 180, 760, 910, 1020, 1230, 1600, 1860, 2160, 2280, 2440, 3850, 5800, 7320, 8680, 12940, 13780, 14740, 17350, 17400, 21840, 22720, 22960, 26040, 27010, 31050, 33870, 34060, 35200, 39900, 40030, 44350, 45280, 45540, 45750, 50460, 52050 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: all terms except the first are multiples of 10. - Harvey P. Dale, Mar 26 2015
LINKS
EXAMPLE
1*4 + 1 = 5;
3*4 + 1 = 13;
9*4 + 1 = 37;
27*4 + 1 = 109; 5, 13, 37, 109 are all prime so 4 is in the sequence.
MATHEMATICA
Select[Range[60000], AllTrue[3^Range[0, 3]*#+1, PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Mar 26 2015 *)
PROG
(Magma) [n: n in [1..100000] |IsPrime(n+1) and IsPrime(3*n+1) and IsPrime(9*n+1) and IsPrime(27*n+1)] // Vincenzo Librandi, Nov 13 2010
CROSSREFS
Sequence in context: A074835 A060492 A234952 * A210425 A366690 A002060
KEYWORD
nonn
AUTHOR
Pierre CAMI, Aug 26 2005
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)