cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A381151 The order of the 13 cards of one suit such that after Down-SpellUnder dealing the cards are in order; a(n) is the n-th card in the deck.

Original entry on oeis.org

1, 11, 4, 6, 2, 12, 13, 8, 3, 5, 7, 9, 10
Offset: 1

Views

Author

Tanya Khovanova, Nathan Sheffield, and the MIT PRIMES STEP junior group, Feb 15 2025

Keywords

Comments

Number 1 corresponds to ace, 11 to jack, 12 to queen, and 13 to king.
In the Down-SpellUnder deal, we first deal out a card, and then put a card from the top of the deck underneath for each letter in the name of the dealt card. So if the first card in the deck is an ace, after dealing it out we cycle 3 cards under for each letter in A-C-E, and then we deal the next card. This sequence is the unique permutation of 13 numbers such that, if the cards of one suit begin in this order, they are dealt in increasing order.

Examples

			The first card dealt is an ace, following which the jack (i.e., 11), the 4, and the 6 are placed under the deck (for A-C-E). Then, the next card is dealt, which is 2. If we continue this process, the cards are dealt in order.
		

Crossrefs