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!)
A157080 a(n) = 32805000*n^2 - 16200*n + 1. 6
32788801, 131187601, 295196401, 524815201, 820044001, 1180882801, 1607331601, 2099390401, 2657059201, 3280338001, 3969226801, 4723725601, 5543834401, 6429553201, 7380882001, 8397820801, 9480369601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (32805000*n^2 - 16200*n + 1)^2 - (2025*n^2 - n)*(729000*n - 180)^2 = 1 can be written as a(n)^2 - A156855(n)*A156867(n)^2 = 1.
LINKS
FORMULA
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
G.f.: x*(32788801 + 32821198*x + x^2)/(1-x)^3.
E.g.f.: -1 + (1 + 32788800*x + 32805000*x^2)*exp(x). - G. C. Greubel, Jan 27 2022
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {32788801, 131187601, 295196401}, 40]
PROG
(Magma) I:=[32788801, 131187601, 295196401]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..30]];
(PARI) a(n)=32805000*n^2-16200*n+1 \\ Charles R Greathouse IV, Dec 23 2011
(Sage) [16200*n*(2025*n -1) + 1 for n in (1..30)] # G. C. Greubel, Jan 27 2022
CROSSREFS
Sequence in context: A209912 A290264 A206043 * A157081 A015354 A256356
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 22 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 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)