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!)
A157822 1482401250n^2+108900n+1. 3
1482510151, 5929822801, 13341937951, 23718855601, 37060575751, 53367098401, 72638423551, 94874551201, 120075481351, 148241214001, 179371749151, 213467086801, 250527226951, 290552169601, 333541914751, 379496462401, 428415812551 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (1482401250*n^2+108900*n+1)^2-(27225*n^2+2*n)*(8984250*n+330)^2=1 can be written as a(n)^2-A157820(n)*A157821(n)^2=1.
LINKS
Vincenzo Librandi, X^2-AY^2=1
FORMULA
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3).
G.f.: x*(-x^2-1482292348*x-1482510151)/(x-1)^3.
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {1482510151, 5929822801, 13341937951}, 30]
PROG
(Magma) I:=[1482510151, 5929822801, 13341937951]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+Self(n-3): n in [1..30]];
(PARI) a(n) = 1482401250*n^2+108900*n+1.
CROSSREFS
Sequence in context: A320873 A166113 A157816 * A034616 A084551 A206045
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 07 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:10 EDT 2024. Contains 371781 sequences. (Running on oeis4.)