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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091018 Numbers in n-th upward diagonal of triangle T : 0; 1, 2; 3, 4, 5; 6, 7, 8, 9; ... 2
0, 1, 3, 2, 6, 4, 10, 7, 5, 15, 11, 8, 21, 16, 12, 9, 28, 22, 17, 13, 36, 29, 23, 18, 14, 45, 37, 30, 24, 19, 55, 46, 38, 31, 25, 20, 66, 56, 47, 39, 32, 26, 78, 67, 57, 48, 40, 33, 27, 91, 79, 68, 58, 49, 41, 34, 105, 92, 80, 69, 59, 50, 42, 35, 120, 106, 93, 81, 70, 60, 51 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

See also A090894 (downward diagonal).

FORMULA

a(n) = A056536(n+1) - 1.

EXAMPLE

0; 1; 3,2; 6,4; 10,7,5; 15,11,8; 21,16,12,9; 28,22,17,13; ...

PROG

(PARI) T(n, k)=(n-k)^2+(n+k) /* Michael Somos May 31 2005 */

CROSSREFS

Sequence in context: A202838 A105354 A094077 * A160795 A113320 A092401

Adjacent sequences:  A091015 A091016 A091017 * A091019 A091020 A091021

KEYWORD

easy,nonn

AUTHOR

DELEHAM Philippe (kolotoko(AT)wanadoo.fr), Feb 25 2004

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 21:56 EST 2012. Contains 205860 sequences.