[go: up one dir, main page]

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!)
A135972 Nonprime numbers of the form 2^n - 1. 6
0, 1, 15, 63, 255, 511, 1023, 2047, 4095, 16383, 32767, 65535, 262143, 1048575, 2097151, 4194303, 8388607, 16777215, 33554431, 67108863, 134217727, 268435455, 536870911, 1073741823, 4294967295, 8589934591, 17179869183, 34359738367 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MAPLE
remove(isprime, [seq(2^n-1, n=0..100)]); # Robert Israel, Dec 28 2015
MATHEMATICA
k = {}; Do[If[ ! PrimeQ[2^n - 1], AppendTo[k, 2^n - 1]], {n, 1, 100}]; k
PROG
(PARI) lista(nn) = for (n=0, nn, if (! isprime(np = 2^n-1), print1(np, ", "))); \\ Michel Marcus, Nov 04 2013
CROSSREFS
Subsequence of A000225.
Sequence in context: A335574 A305616 A104473 * A138104 A152099 A119496
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 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 August 29 21:13 EDT 2024. Contains 375518 sequences. (Running on oeis4.)