The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A157433 128n^2 + 2336n + 10657. 3
13121, 15841, 18817, 22049, 25537, 29281, 33281, 37537, 42049, 46817, 51841, 57121, 62657, 68449, 74497, 80801, 87361, 94177, 101249, 108577, 116161, 124001, 132097, 140449, 149057, 157921, 167041, 176417, 186049, 195937, 206081, 216481 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (128*n^2+2336*n+10657)^2-(4*n^2+73*n+333)*( 64*n+584)^2=1 can be written as a(n)^2-A157431(n)* A157432(n)^2=1.
LINKS
FORMULA
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3).
G.f.: x*(-10657*x^2-23522*x-13121)/(x-1)^3
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {13121, 15841, 18817}, 50]
PROG
(Magma) I:=[13121, 15841, 18817]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..50]];
(PARI) a(n)=128*n^2+2336*n+10657 \\ Charles R Greathouse IV, Dec 27 2011
CROSSREFS
Sequence in context: A233689 A250904 A250948 * A089212 A023320 A206149
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 01 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 May 23 16:36 EDT 2024. Contains 372765 sequences. (Running on oeis4.)