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.

Showing 1-10 of 11 results. Next

A003694 Incomplete version of A000053.

Original entry on oeis.org

14, 23, 28, 34, 42, 50, 59, 66, 72, 79, 86, 96, 103, 110, 116, 125, 137, 145, 157, 168, 181, 191, 207, 215, 225, 231, 238, 242
Offset: 1

Views

Author

Keywords

A001049 Numbered stops in Manhattan on the Lexington Avenue subway.

Original entry on oeis.org

8, 14, 23, 28, 33, 42, 51, 59, 68, 77, 86, 96, 103, 110, 116, 125
Offset: 1

Views

Author

Keywords

Comments

These are the numbered stops for the #6 train.

References

  • An Adventurer's Guide to Number Theory by R. Friedberg, 1968, McGraw-Hill, p. 30 (corrected).
  • NYC Transit, NYC Subway Map, 2005.

Crossrefs

Extensions

Additional comments from Nyck Byrd (nyc10024(AT)lycos.com), Dec 25 2005

A000054 Local stops on New York City A line subway.

Original entry on oeis.org

4, 14, 23, 34, 42, 50, 59, 72, 81, 86, 96, 103, 110, 116, 125, 135, 145, 155, 163, 168, 175, 181, 190, 200, 207
Offset: 1

Views

Author

Keywords

Comments

These are the numbered stops for the A train, as of February 2000.
The Dyckman Street station used to be called Dyckman Street--200th Street, though there was never a 200th Street. - Charles R Greathouse IV, Nov 26 2018

Crossrefs

A007826 Numbered stops on the Market-Frankford rapid transit (SEPTA) railway line in Philadelphia, PA USA.

Original entry on oeis.org

2, 5, 8, 11, 13, 15, 30, 34, 40, 46, 52, 56, 60, 63, 69
Offset: 1

Views

Author

Keywords

Comments

Formally abbreviated as The Blue Line (and known informally as 'The El'), the Market-Frankford Line extends East to West from slightly to the east of 2nd Street through the city line to the western suburbs at 63rd Street and then on to 69th Street Transportation Center, lined up almost entirely with the major dividing thoroughfare Market Street. It is actually a subway at the eastern end of this portion and through to beyond the 40th Street stop (a(1)-a(9) represent subway stops), passing under the Schuylkill River (along with trolley lines 10, 11, 13, 34 and 36) closer to 30th than to 15th Street. The only non-numbered stop on this end is suburban Milbourne between 63rd and 69th. The 'Frankford end' runs in a somewhat northeasterly direction and has all stops only with non-number names (and is entirely above ground). The semi-express A and B versions of the train both skip certain stops at peak travel times, and the only regular trains are unmarked or one of these two versions. The train is substituted for with bus service during overnight hours. - James G. Merickel, Mar 19 2014

References

  • Ayshe Ozbekhan, Letter to N. J. A. Sloane, Oct 04, 1994.

Crossrefs

Formula

a(n) = 2 + 3 n - binomial(n, 4) + 3 binomial(n, 5) + 7 binomial(n, 6) - 66 binomial(n, 7) + 248 binomial(n, 8) - 679 binomial(n, 9) + 1554 binomial(n, 10) - 3158 binomial(n, 11) + 5897 binomial(n, 12) - 10352 binomial(n, 13) + 17384 binomial(n, 14).

A091967 a(n) is the n-th term of sequence A_n, ignoring the offset, or -1 if A_n has fewer than n terms.

Original entry on oeis.org

0, 2, 1, 0, 2, 3, 0, 6, 6, 4, 44, 1, 180, 42, 16, 1096, 7652, 13781, 8, 24000, 119779, 458561, 152116956851941670912, 1054535, -53, 26, 27, 59, 4806078, 2, 35792568, 3010349, 2387010102192469724605148123694256128, 2, 0, -53, 43, 0, -4097, 173, 37338, 111111111111111111111111111111111111111111, 30402457, 413927966
Offset: 1

Views

Author

Proposed by several people, including Jeff Burch and Michael Joseph Halm

Keywords

Comments

This version ignores the offset of A_n and just counts from the beginning of the terms shown in the OEIS entry.
Thus a(8) = 6 because A_8 begins 1,1,2,2,3,4,5,6,... [even though A_8(8) is really 7].
The value a(n) = -1 could arise in two different ways, but it will be easy to decide which. - N. J. A. Sloane, Nov 27 2016
From M. F. Hasler, Sep 22 2013: (Start)
The value of a(91967) can be chosen at will.
Note that this sequence may change if the initial terms in A_n are altered, which does happen from time to time, usually because of the addition of an initial term.
After a(47), currently unknown, the sequence continues with a(48) = A48(47) = 1497207322929, a(49) = A49(48) = unknown, a(50) = A50(49) = unknown, a(51) = A51(50) = 1125899906842625, a(52)=97, a(53) = -1 (since A000053 has only 29 terms). (End)
a(58) = A000058(57) = 138752...985443 (29334988649136302 digits) is too large to include in the b-file. - Pontus von Brömssen, May 21 2022

Examples

			a(1) = 0 since A000001 has offset 0, and begins with A000001(0) = 0.
a(26) = 26 because the 26th term of A000026 = 26.
		

Crossrefs

Extensions

Corrected and extended by Jud McCranie; further extended by N. J. A. Sloane and E. M. Rains, Dec 08 1998
Corrected and extended by N. J. A. Sloane, May 25 2005
a(26), a(36) and a(42) corrected by M. F. Hasler, Jan 30 2009
a(43) and a(44) added by Daniel Sterman, Nov 27 2016
a(1) corrected by N. J. A. Sloane, Nov 27 2016 at the suggestion of Daniel Sterman
Definition and comments changed by N. J. A. Sloane, Nov 27 2016

A102288 a(n) = 1 + (the n-th term in sequence A_n, ignoring the offset), or a(n) = -1 if A_n has fewer than n terms.

Original entry on oeis.org

1, 3, 2, 1, 3, 4, 1, 7, 7, 5, 45, 2, 181, 43, 17, 1097, 7653, 13782, 9, 24001, 119780, 458562, 152116956851941670913, 1054536, -52, 27, 28, 60, 4806079, 3, 35792569, 3010350, 2387010102192469724605148123694256129, 3, 1, -52, 44, 1, -4096, 174, 37339, 111111111111111111111111111111111111111112, 30402458, 413927967
Offset: 1

Views

Author

Alexandre Wajnberg, Feb 19 2005

Keywords

Comments

a(n) = A091967(n) + 1, except when A_n has fewer than n terms, in which case a(n) = -1. Of course this means that a value a(n) = -1 could arise in two different ways, but it will be easy to decide which. - N. J. A. Sloane, Nov 27 2016
What is a(102288)?!
See A091967 and A051070 for much more about this type of sequence. See A107357 for the variant which respects the offset of A_n (and therefore isn't affected when a sequence is completed by missing initial values).
The definition of this sequence is used in the traditional 'diagonal' proof that there are uncountably many integer sequences. - Simon Nickerson (simonn(AT)maths.bham.ac.uk), Jun 28 2005
The term a(102288) has no possible value according to the present definition, so the definition of this term should be changed, including the possibility that the sequence is defined to be finite, with fewer than 102288 terms. (In that case, the (former, impossible) definition which would say that a(102288) = -1 because A102288 has fewer than 102288 terms, does not apply.) - The term a(47) is currently unknown, since A000047 is known only up to n = 35. - M. F. Hasler, Jan 20 2017
I disagree with the previous comment! I prefer the present, deliberately paradoxical, definition. - N. J. A. Sloane, Jan 20 2017

Examples

			a(53) = -1 since A000053 has only 29 terms.
		

Crossrefs

a(n) = A091967(n) + 1. See also A051070, A107357 (the same but respecting the offset).

Extensions

Corrected and extended by N. J. A. Sloane, May 25 2005
Offset corrected by M. F. Hasler, Sep 22 2013
Corrected and extended by Daniel Sterman, Nov 27 2016
Definition revised by N. J. A. Sloane, Nov 27 2016
a(1) fixed by Daniel Sterman, Nov 28 2016
a(26) corrected by M. F. Hasler, Jan 20 2017

A208360 Numbered stops on the Lexington Avenue Express (#5) Subway in New York City.

Original entry on oeis.org

14, 42, 59, 86, 125, 138, 149, 149, 174, 180
Offset: 1

Views

Author

Joe Stillman, Feb 25 2012

Keywords

Comments

At present there is no stop at 96th St. There are two successive stops on 149th St: E 149th St and Grand Concourse, then E 149 St and 3rd Ave.

Crossrefs

Extensions

Corrected by Susanna Cuyler and N. J. A. Sloane, Jan 09 2023

A011554 Stops with numerical values for A Train (8 Avenue express) in Manhattan, as of January 2023.

Original entry on oeis.org

4, 14, 34, 42, 59, 125, 145, 168, 175, 181, 190, 200, 207
Offset: 1

Views

Author

Steve Cellum (steve(AT)boxhill.com), Dec 11 1996

Keywords

Crossrefs

Extensions

Edited by N. J. A. Sloane, Jan 03 2023

A208359 Numbered stops on the IRT-Lexington Avenue Express (#4) Subway in New York City.

Original entry on oeis.org

14, 42, 59, 86, 125, 138, 149, 161, 167, 170, 176, 183
Offset: 1

Views

Author

Joe Stillman, Feb 25 2012

Keywords

Crossrefs

Extensions

Edited by Susanna Cuyler and N. J. A. Sloane, Jan 09 2023

A051419 Local stops on New York City 1 Train (Broadway-7 Avenue Local) subway, but with 33rd St instead of 34th St.

Original entry on oeis.org

14, 18, 23, 28, 33, 42, 50, 59, 66, 72, 79, 86, 96, 103, 110, 116, 125, 137, 145, 157, 168, 181, 191, 207, 215, 225, 231, 238, 242
Offset: 1

Views

Author

Paul L. Chessin (pchess(AT)ix.netcom.com)

Keywords

Comments

Alternative version of A000053, which is the main entry for this train.

Crossrefs

Cf. A000053 (has a(5) = 34), A000054, A001049, A007826, A011554, A208359, A208360.
Showing 1-10 of 11 results. Next