Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081370 Numbers k such that binomial(k^2, k) reduced mod k^2 is 0. 6
1, 30, 105, 120, 132, 231, 252, 380, 495, 520, 595, 616, 630, 680, 756, 858, 870, 924, 1040, 1155, 1173, 1365, 1428, 1463, 1547, 1610, 1722, 1768, 1820, 1953, 1976, 1995, 2002, 2016, 2080, 2093, 2170, 2184, 2277, 2310, 2508, 2520, 2530, 2552, 2618, 2622 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Do[s=Mod[Binomial[n^2, n], n^2]; If[s==0, Print[n]], {n, 1, 10000}]
PROG
(PARI) is(k) = binomod(k^2, k, k^2) == 0; \\ Amiram Eldar, Jul 30 2024, using Max Alekseyev's binomod.gp
CROSSREFS
Sequence in context: A043998 A101056 A316362 * A257891 A158445 A046301
KEYWORD
nonn
AUTHOR
Labos Elemer, Mar 20 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 18 20:50 EDT 2024. Contains 375284 sequences. (Running on oeis4.)