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!)
A033372 a(n) = floor(52/n). 1
52, 26, 17, 13, 10, 8, 7, 6, 5, 5, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Number of cards each person receives when 52 cards are dealt evenly to n people. - Rick L. Shepherd, Jun 17 2005
LINKS
FORMULA
a(n) = floor(52/n) = (52-A050514(n))/n. - Rick L. Shepherd, Jun 17 2005
MATHEMATICA
Floor[52/Range[100]] (* Harvey P. Dale, May 11 2012 *)
PROG
(PARI) a(n) = floor(52/n) a(n) = 52\n (Shepherd)
(Magma) [Floor(52/n): n in [1..100]]; // Wesley Ivan Hurt, Apr 04 2023
CROSSREFS
Cf. A050514 (mod(52, n): cards left over after dealing 52 evenly to n people).
Sequence in context: A298573 A048365 A317416 * A126767 A143723 A252713
KEYWORD
easy,nonn
AUTHOR
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 April 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)