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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086601 Triangular numbers + 1 squared. 1
1, 4, 16, 49, 121, 256, 484, 841, 1369, 2116, 3136, 4489, 6241, 8464, 11236, 14641, 18769, 23716, 29584, 36481, 44521, 53824, 64516, 76729, 90601, 106276, 123904, 143641, 165649, 190096, 217156, 247009, 279841, 315844, 355216, 398161 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

(A000217(n)+1)^2

(binomial(4+n,2)-binomial(2+n,1))^2. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 30 2006

a(n) = A000124(n)^2. - Omar E. Pol (info(AT)polprimos.com), Oct 30 2007

EXAMPLE

a(5)=(t(5)+1)^2=16^2=256

MAPLE

[seq((binomial(4+n, 2)-binomial(2+n, 1))^2, n=-2..39)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 30 2006

with (combinat):a:=n->sum(fibonacci(4, i), i=0..n): seq(a(n)+1, n=0..35); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 25 2008

PROG

(PARI) w=vector(40, i, (t(i)+1)^2)

CROSSREFS

Cf. A000124.

Sequence in context: A034918 A119003 A119005 * A114185 A188516 A202349

Adjacent sequences:  A086598 A086599 A086600 * A086602 A086603 A086604

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jul 23 2003

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 13 16:45 EST 2012. Contains 205523 sequences.