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!)
A127955 Composite numbers of the form (2^p+1)/3 where p is a prime. 13
178956971, 45812984491, 733007751851, 46912496118443, 3002399751580331, 192153584101141163, 49191317529892137643, 787061080478274202283, 3148244321913096809131, 3223802185639011132549803 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If p-1 is squarefree, the terms are overpseudoprimes (see A141232). - Vladimir Shevelev, Jul 15 2008
LINKS
MATHEMATICA
a = {}; Do[c = (2^Prime[x] + 1)/3; If[PrimeQ[c] == False, AppendTo[a, c]], {x, 2, 30}]; a
Select[(2^Prime[Range[2, 30]]+1)/3, CompositeQ] (* Harvey P. Dale, Feb 04 2015 *)
CROSSREFS
Sequence in context: A306876 A213966 A206520 * A047738 A079323 A228760
KEYWORD
nonn
AUTHOR
Artur Jasinski, Feb 09 2007
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 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)