login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127316 a(n) = 2*n^2 - 4*n + 73. 1
71, 73, 79, 89, 103, 121, 143, 169, 199, 233, 271, 313, 359, 409, 463, 521, 583, 649, 719, 793, 871, 953, 1039, 1129, 1223, 1321, 1423, 1529, 1639, 1753, 1871, 1993, 2119, 2249, 2383, 2521, 2663, 2809, 2959, 3113, 3271, 3433, 3599, 3769, 3943, 4121, 4303, 4489 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Extrapolates a quadratic passing through 71, 73, 79.
LINKS
FORMULA
G.f.: x*(71 - 140*x + 73*x^2)/(1 - x)^3. - Arkadiusz Wesolowski, Oct 24 2013
EXAMPLE
If n=10 then 2n^2 - 4n + 73 = 233.
MATHEMATICA
Table[2*n^2 - 4*n + 73, {n, 48}] (* Arkadiusz Wesolowski, Oct 24 2013 *)
PROG
(Magma) [2*n^2-4*n+73 : n in [1..48]]; // Arkadiusz Wesolowski, Oct 24 2013
(PARI) vector(48, n, 2*n^2-4*n+73) \\ Arkadiusz Wesolowski, Oct 24 2013
CROSSREFS
Sequence in context: A095936 A104843 A322831 * A322444 A339700 A217414
KEYWORD
easy,nonn
AUTHOR
Michael M. Ross, Mar 28 2007
EXTENSIONS
Extended by Charles R Greathouse IV, Jul 25 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)