Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A119492
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A119492 Composites n not dividing binomial(n,k) for any k to which n is not prime. +0
1
4, 6, 8, 9, 14, 15, 16, 25, 27, 32, 49, 51, 62, 64, 81, 91, 95, 121, 125, 128, 159, 169, 243, 245, 254, 256, 287, 289, 343, 361, 473, 512, 529, 625, 679, 703, 729, 841, 961, 1022, 1024, 1139, 1199, 1331, 1339, 1369, 1681, 1717, 1849, 1891, 2048, 2051 (list; graph; listen)
OFFSET

1,1

EXAMPLE

8 shares factors with 2,4 and 6. bin(8,2)=bin(8,6)=28 and bin(8,4)=70. 8 divides neither 28 nor 70 and is therefore on the list.

MATHEMATICA

For[a = 1, a < 1001, a++; c = 0; If[PrimeQ[a] == True, Continue[]]; For[b = 1, b < a + 1, b++, If[And[GCD[b, a] != 1, Mod[Binomial[a, b], a] == 0], c = c + 1]]; If[c == 0, Print[a]]]

CROSSREFS

Sequence in context: A020201 A161760 A067127 this_sequence A118951 A163282 A095404

Adjacent sequences: A119489 A119490 A119491 this_sequence A119493 A119494 A119495

KEYWORD

nonn

AUTHOR

N. Fernandez (primeness(AT)borve.org), May 25 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 8 08:31 EST 2009. Contains 170430 sequences.


AT&T Labs Research