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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064699 Integers for which the smallest m in A040076 such that n*2^m+1 is prime (A050921) increases. 5
1, 3, 7, 17, 19, 31, 47, 383, 2897, 3061, 4847, 5359 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Where records occur in A040076. A103964 gives the record values.

MATHEMATICA

a = -1; Do[m = 0; While[ !PrimeQ[n*2^m + 1], m++ ]; If[m > a, a = m; Print[n]], {n, 1, 10^3} ]

CROSSREFS

Cf. A040076, A050921.

Sequence in context: A140863 A076194 A167168 * A113304 A194945 A093651

Adjacent sequences:  A064696 A064697 A064698 * A064700 A064701 A064702

KEYWORD

more,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 16 2001

EXTENSIONS

Corrected and extended by T. D. Noe (noe(AT)sspectra.com), Nov 15 2010

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 14:07 EST 2012. Contains 205623 sequences.