|
| |
|
|
A097080
|
|
a(n) = 2*n^2 - 2*n + 3.
|
|
6
| |
|
|
3, 7, 15, 27, 43, 63, 87, 115, 147, 183, 223, 267, 315, 367, 423, 483, 547, 615, 687, 763, 843, 927, 1015, 1107, 1203, 1303, 1407, 1515, 1627, 1743, 1863, 1987, 2115, 2247, 2383, 2523, 2667, 2815, 2967, 3123, 3283, 3447, 3615, 3787, 3963, 4143, 4327, 4515, 4707
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| The rational numbers may be totally ordered, first by height (see A002246) and then by magnitude; every rational number of height n appears in this ordering at a position <= a(n).
This ordering of the rationals is given in A113136/A113137.
The old entry with this sequence number was a duplicate of A027356.
|
|
|
REFERENCES
| M. N. Huxley, Area, Lattice Points and Exponential Sums, Oxford, 1996; p. 7.
|
|
|
LINKS
| Index entries for sequences related to linear recurrences with constant coefficients, signature (3,-3,1).
|
|
|
FORMULA
| a(n)=4*(n-1)+a(n-1), (with a(1)=3) [From Vincenzo Librandi, Nov 16 2010]
|
|
|
MATHEMATICA
| a=3; lst={}; Do[a+=n; AppendTo[lst, a], {n, 0, 6!, 4}]; lst...and/or... lst={}; Do[AppendTo[lst, 2*n^2-2*n+3], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 01 2009]
|
|
|
CROSSREFS
| Cf. A002246, A113136, A113137.
Sequence in context: A001649 A170884 A182836 * A146742 A146425 A147595
Adjacent sequences: A097077 A097078 A097079 * A097081 A097082 A097083
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Nov 02 2008
|
| |
|
|