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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099761 a(n) = (n*(n+2))^2. 3
0, 9, 64, 225, 576, 1225, 2304, 3969, 6400, 9801, 14400, 20449, 28224, 38025, 50176, 65025, 82944, 104329, 129600, 159201, 193600, 233289, 278784, 330625, 389376, 455625, 529984, 613089, 705600, 808201, 921600, 1046529, 1183744, 1334025 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Table of n, a(n) for n=0..33.

Index to sequences with linear recurrences with constant coefficients, signature (5,-10,10,-5,1)

FORMULA

G.f. -x*(9+19*x-5*x^2+x^3) /(x-1)^5 . - R. J. Mathar, Apr 02 2011

Using four consecutive triangular numbers t1, t2, t3, t4, form a 2x2 determinant with the first row t1 and t2 and the second row t3 and t4.  Squaring the determinant gives the numbers in this sequence. - J. M. Bergot, May 17 2012

MAPLE

A099761 := proc(n) n^2*(n+2)^2 ; end proc:

seq(A099761(n), n=0..20) ; # R. J. Mathar, Apr 02 2011

MATHEMATICA

Table[(1 - 2 a^2 + a^4), {a, 1, 100}] - Artur Jasinski, Aug 15 2007

CROSSREFS

Sequence in context: A050792 A171671 A016886 * A092396 A018201 A181888

Adjacent sequences:  A099758 A099759 A099760 * A099762 A099763 A099764

KEYWORD

easy,nonn

AUTHOR

Kari Lajunen (Kari.Lajunen(AT)Welho.com), Nov 11 2004

EXTENSIONS

Deleted a trivial formula which was based on another offset - R. J. Mathar, Dec 16 2009

STATUS

approved

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 June 19 14:22 EDT 2013. Contains 226414 sequences.