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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080469 Composite n such that binomial(3*n,n)==3^n (mod n). 5
36, 57, 121, 132, 552, 8397, 7000713, 9692541, 36294723, 564033861 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

If p is prime, binomial(3*p,p)==3^p (mod p)

No other terms below 10^9.

LINKS

Max Alekseyev, PARI scripts for various problems

EXAMPLE

57 is a term because binomial(3*57, 57) = 12039059761216294940321619222324879408784636200 mod 57 = 27 == 3^57 mod 57.

MATHEMATICA

Do[If[ !PrimeQ[n], k = Binomial[3*n, n]; m = 3^n; If[Mod[k, n] == Mod[m, n], Print[n]]], {n, 1, 70000}] (Propper)

CROSSREFS

Cf. A109641, A109642.

Sequence in context: A124941 A116321 A187989 * A066505 A039419 A043242

Adjacent sequences:  A080466 A080467 A080468 * A080470 A080471 A080472

KEYWORD

nonn,more,hard

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Oct 15 2003

EXTENSIONS

One more term from Ryan Propper (rpropper(AT)stanford.edu), Aug 12 2005

Four new terms added by Max Alekseyev (maxale(AT)gmail.com), Nov 05 2009

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 04:08 EST 2012. Contains 205435 sequences.