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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130061 Numbers n such that n divides 3^((n-1)/2) - 2^((n-1)/2) - 1. 3
1, 3, 35, 147, 195, 219, 291, 399, 579, 583, 723, 939, 1011, 1023, 1227, 1299, 1371, 1443, 1731, 1803, 2019, 2307, 2499, 2811, 3003, 3027, 3099, 3387, 3459, 3603, 3747, 3891, 3963, 4467, 4623, 4827, 4971, 5187, 5259, 5331, 5403, 5619, 5979, 6051, 6267 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

It appears that all terms are composite except a(1) = 1 and a(2) = 3. Most listed terms are divisible by 3, except {1, 35, 583, 70643, ...}.

MATHEMATICA

Select[ Range[10000], Mod[ PowerMod[3, (#-1)/2, # ] - PowerMod[2, (#-1)/2, # ] -1, # ]==0&]

CROSSREFS

Cf. A097934 = Primes p such that p divides 3^((p-1)/2) - 2^((p-1)/2). Cf. A038876(n) = Primes p such that 6 is a square mod p. Cf. A127071, A127072, A127073, A127074. Cf. A130058, A130059, A130060, A130062, A130063.

Sequence in context: A113854 A076376 A133710 * A061548 A019273 A202883

Adjacent sequences:  A130058 A130059 A130060 * A130062 A130063 A130064

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), May 05 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 17 06:13 EST 2012. Contains 205991 sequences.