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!)
A157081 a(n) = 32805000*n^2 + 16200*n + 1. 6
32821201, 131252401, 295293601, 524944801, 820206001, 1181077201, 1607558401, 2099649601, 2657350801, 3280662001, 3969583201, 4724114401, 5544255601, 6430006801, 7381368001, 8398339201, 9480920401, 10629111601, 11842912801 (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 - A156856(n)*A156868(n)^2 = 1.
LINKS
FORMULA
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
G.f.: x*(32821201 + 32788798*x + x^2)/(1-x)^3.
E.g.f.: -1 + (1 + 32821200*x + 32805000*x^2)*exp(x). - G. C. Greubel, Jan 27 2022
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {32821201, 131252401, 295293601}, 40]
PROG
(Magma) I:=[32821201, 131252401, 295293601]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]];
(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: A290264 A206043 A157080 * A015354 A256356 A338607
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)