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!)
A072974 Numbers n such that (50n-6) divides C(3n,n)*2^n. 0
15, 21, 27, 30, 51, 56, 57, 63, 69, 75, 84, 87, 89, 90, 99, 100, 102, 108, 111, 113, 123, 124, 129, 130, 132, 135, 138, 139, 153, 156, 159, 165, 166, 171, 183, 192, 195, 197, 201, 207, 210, 215, 216, 220, 221, 232, 246, 251, 258, 263, 264, 267, 273, 279, 283 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Previous name was "Numbers n such that C(3n,n)*2^n/(50n-6) is an integer".
LINKS
PROG
(PARI) isok(n) = ((binomial(3*n, n)*2^n) % (50*n-6)) == 0; \\ Michel Marcus, Nov 28 2013
CROSSREFS
Sequence in context: A138594 A131651 A134642 * A226025 A082686 A102030
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Aug 13 2002
EXTENSIONS
New name suggested by Ralf Stephan and entered by Michel Marcus, Nov 28 2013
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 June 3 14:00 EDT 2023. Contains 363110 sequences. (Running on oeis4.)