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.

A115020 Count backwards from 100 in steps of 7.

Original entry on oeis.org

100, 93, 86, 79, 72, 65, 58, 51, 44, 37, 30, 23, 16, 9, 2
Offset: 0

Views

Author

Robert Happelberg (roberthappelberg(AT)yahoo.com), Feb 23 2006

Keywords

Comments

Sometimes used to gauge the concentration ability of a patient with Alzheimer's disease. The combination of a simple arithmetic operation with an unusual decrement forces the patient to rely on short-term memory for the computation. Most patients would stop when they get to 2, but the psychiatrist might be satisfied with the first five or so terms. In this capacity the sequence is mentioned a few times in the movie "Safe House" (1998) in which Mace Sowell (Patrick Stewart) tries to memorize the sequence and is asked it by the psychiatrist (Hector Elizondo). In real life, other decrements can be used; Fish (1996) suggests 3 and 4.
In the next-to-last episode of "Boston Legal," Denny Crane (William Shatner) is asked this sequence by a doctor while in an MRI machine. He gets confused at 86, following it with 81. (Both Shatner and Stewart have played captain of the Enterprise on TV.) - Wilfredo Lopez (chakotay147138274(AT)yahoo.com), Dec 03 2008

References

  • Sharon Fish, "Alzheimer's: Caring for Your Loved One, Caring for Yourself", Wheaton, Illinois: Harold Shaw Publishers, 1996, p. 34

Crossrefs

First fifteen terms of A017005 backwards.

Programs

Formula

a(n) = 100 - 7n.