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!)
A156843 279841n^2 - 165048n + 24335. 4
24335, 139128, 813603, 2047760, 3841599, 6195120, 9108323, 12581208, 16613775, 21206024, 26357955, 32069568, 38340863, 45171840, 52562499, 60512840, 69022863, 78092568, 87721955, 97911024, 108659775, 119968208, 131836323 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The identity (279841*n^2-165048*n+24335)^2-(529*n^2-312*n+46)*(12167*n-3588)^2=1 can be written as a(n)^2-A156841(n)*A156846(n)^2=1 for n>0.
LINKS
FORMULA
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3).
G.f.: (24335+66123*x+469224*x^2)/(1-x)^3.
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {24335, 139128, 813603}, 40]
PROG
(Magma) I:=[24335, 139128, 813603]; [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)= 279841*n^2-165048*n+24335 \\ Charles R Greathouse IV, Dec 23 2011
CROSSREFS
Sequence in context: A208622 A294856 A025041 * A156844 A174754 A206682
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 17 2009
EXTENSIONS
Edited 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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)