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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065294 Values of n such that A065293(n)=0. 3
1, 2, 3, 4, 7, 8, 10, 14, 15, 16, 17, 19, 22, 23, 25, 32, 33, 37, 43, 44, 46, 47, 51, 55, 57, 59, 64, 67, 68, 69, 76, 79, 82, 85, 87, 88, 89, 92, 93, 94, 95, 99, 101, 102, 109, 110, 113, 114, 115, 116, 119, 122, 125, 127, 128, 129, 133, 134, 137, 141, 142, 143, 148 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

PROG

(PARI) { n=0; for (m = 1, 10^9, a=0; for (s=0, m - 1, if (2^s % m == s, a++)); if (m==1 || a==0, write("b065294.txt", n++, " ", m); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 14 2009]

CROSSREFS

Cf. A065293.

Sequence in context: A014456 A089190 A171781 * A188190 A026808 A003508

Adjacent sequences:  A065291 A065292 A065293 * A065295 A065296 A065297

KEYWORD

nonn

AUTHOR

Jonathan Ayres (jonathan.ayres(AT)btinternet.com), Oct 28 2001

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 13 12:58 EST 2012. Contains 205482 sequences.