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.

A100038 Positions of occurrences of the natural numbers as third subsequence in A100035.

Original entry on oeis.org

11, 20, 33, 50, 71, 96, 125, 158, 195, 236, 281, 330, 383, 440, 501, 566, 635, 708, 785, 866, 951, 1040, 1133, 1230, 1331, 1436, 1545, 1658, 1775, 1896, 2021, 2150, 2283, 2420, 2561, 2706, 2855, 3008, 3165, 3326, 3491, 3660, 3833, 4010, 4191, 4376, 4565
Offset: 1

Views

Author

Reinhard Zumkeller, Oct 31 2004

Keywords

Comments

n>1: A100035(a(n))=n and A100035(m)<>n for a(n-1)<=m
A100036(n) < A100037(n) < a(n) < A100039(n).

Examples

			First terms (10=A,11=B,12=C) of A100035(a(n)):
..........1........2............3................4...
1231435425165764736271879869584938291A9BA8B7A6B5A4B3A2B1;
a(1) = A084849(3) = 11, A100035(11) = 1;
a(2) = A014107(3) = 20, A100035(20) = 2;
a(3) = A033537(4) = 33, A100035(33) = 3;
a(4) = A100040(5) = 50, A100035(50) = 4;
a(5) = A100041(6) = 71, A100035(71) = 5.
		

Crossrefs

Cf. A100037.

Formula

a(n) = 2*n^2 + 3*n + 6 (conjectured). - Ralf Stephan, May 15 2007