login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135972 Nonprime numbers of the form 2^n-1. 1
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; internal format)
OFFSET

1,3

COMMENTS

This sequence is a subset of A000225

MATHEMATICA

k = {}; Do[If[ ! PrimeQ[2^n - 1], AppendTo[k, 2^n - 1]], {n, 1, 100}]; k

CROSSREFS

Cf. A000225.

Sequence in context: A157968 A141759 A104473 * A138104 A152099 A119496

Adjacent sequences:  A135969 A135970 A135971 * A135973 A135974 A135975

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Dec 09 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 07:13 EST 2012. Contains 205584 sequences.