login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157913 64*n^2 - 16. 2
48, 240, 560, 1008, 1584, 2288, 3120, 4080, 5168, 6384, 7728, 9200, 10800, 12528, 14384, 16368, 18480, 20720, 23088, 25584, 28208, 30960, 33840, 36848, 39984, 43248, 46640, 50160, 53808, 57584, 61488, 65520, 69680, 73968, 78384, 82928 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The identity (8*n^2-1)^2-(64*n^2-16)*(n)^2 = 1 can be written as A157914(n)^2-a(n)*(n)^2 = 1. - Vincenzo Librandi, Feb 09 2012

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..10000

Index to sequences with linear recurrences with constant coefficients, signature (3,-3,1).

FORMULA

G.f.: -16*x*(3 + 6*x - x^2)/(x - 1)^3. - Vincenzo Librandi, Feb 09 2012

a(n) = 3*a(n-1) -3*a(n-2) +a(n-3). - Vincenzo Librandi, Feb 09 2012

MATHEMATICA

LinearRecurrence[{3, -3, 1}, {48, 240, 560}, 50] (* Vincenzo Librandi, Feb 09 2012 *)

PROG

(MAGMA) I:=[48, 240, 560]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]]; // Vincenzo Librandi, Feb 09 2012

(PARI) for(n=1, 40, print1(64*n^2 - 16", ")); \\ Vincenzo Librandi, Feb 09 2012

CROSSREFS

Cf. A157914.

Sequence in context: A183683 A062248 A100146 * A181773 A052683 A206054

Adjacent sequences:  A157910 A157911 A157912 * A157914 A157915 A157916

KEYWORD

nonn,easy,changed

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)in.it), Mar 09 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 12:24 EST 2012. Contains 205785 sequences.