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!)
A165806 a(n) = 15n^2 + 3n + 1. 10
19, 67, 145, 253, 391, 559, 757, 985, 1243, 1531, 1849, 2197, 2575, 2983, 3421, 3889, 4387, 4915, 5473, 6061, 6679, 7327, 8005, 8713, 9451, 10219, 11017, 11845, 12703, 13591, 14509, 15457, 16435, 17443, 18481, 19549, 20647, 21775, 22933, 24121, 25339 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Polynomials f(x) have the following property: f(x + n*f(x)) is congruent to f(x); here n is an integer.
This can be proved by Taylor's theorem.
After rationalization of the denominator, the quotient q(n,x) = f(x + n*f(x))/f(x) consists of two parts:
a) a rational integer and b) an irrational part.
The present sequence is the integer part for f(x) = x^2 + 3x + 13 and x = sqrt(2), i.e., q(n,x) = a(n) + sqrt(2)*A045944(n).
LINKS
FORMULA
G.f.: x*(19 + 10*x + x^2)/(1-x)^3. - R. J. Mathar, Sep 29 2009
From G. C. Greubel, Apr 08 2016: (Start)
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
E.g.f.: (15*x^2 + 18*x + 1)*exp(x). (End)
EXAMPLE
When we substitute sqrt(2) for x in the quadratic expression x^2 + 3x + 13 we get 15 + 3*sqrt(2).
sqrt(2) + (15 + 3*sqrt(2)) = (15 + 4*sqrt(2)). When this is substituted in f(x) we get 270 + 132*sqrt(2).
(270 + 132*sqrt(2))/(15+3*sqrt(2)) = 19 + 5*sqrt(2).
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {19, 67, 145}, 100] (* G. C. Greubel, Apr 08 2016 *)
Table[15n^2+3n+1, {n, 50}] (* Harvey P. Dale, Mar 14 2020 *)
PROG
(PARI) a(n)=15*n^2+3*n+1 \\ Charles R Greathouse IV, Sep 28 2011
(Magma) [15*n^2 + 3*n + 1: n in [1..50]]; // Vincenzo Librandi, Sep 29 2011
CROSSREFS
Sequence in context: A104047 A239714 A201781 * A357676 A142404 A139927
KEYWORD
nonn,easy
AUTHOR
A.K. Devaraj, Sep 28 2009
EXTENSIONS
Definition simplified, sequence extended by R. J. Mathar, Sep 29 2009
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 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)