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!)
A064249 Values of m such that N=(am+1)(bm+1)(cm+1) is a 3-Carmichael number (A087788), where a,b,c = 1,2,25. 1
2136, 6036, 7536, 11886, 17136, 18636, 21786, 24336, 27336, 27486, 28386, 28686, 30186, 40086, 50586, 51786, 52836, 59886, 70536, 74286, 85236, 86286, 93786, 95286, 100986, 110586, 111636, 118386, 120936, 125736, 135636 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
am+1, bm+1, cm+1 are primes and am | (N-1), bm | (N-1), cm |(N-1).
REFERENCES
Harvey Dubner (harvey(AT)dubner.com), personal communication, Jun 27 2001.
LINKS
MATHEMATICA
CarmichaelNbrQ[n_] := ! PrimeQ@ n && Mod[n, CarmichaelLambda@ n] == 1; Select[ Range@ 140000, PrimeQ[# + 1] && PrimeQ[2# + 1] && PrimeQ[25# + 1] && CarmichaelNbrQ[(# + 1)(2# + 1)(25# + 1)] &] (* Robert G. Wilson v, Aug 23 2012 *)
CROSSREFS
Cf. A087788.
Sequence in context: A237070 A157768 A067199 * A206007 A233229 A233146
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 23 2001
EXTENSIONS
Offset corrected by Amiram Eldar, Oct 16 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 April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)