login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60, we have over 367,000 sequences, and we’ve crossed 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081591 Third row of Pascal-(1,6,1) array A081581. 4
1, 15, 78, 190, 351, 561, 820, 1128, 1485, 1891, 2346, 2850, 3403, 4005, 4656, 5356, 6105, 6903, 7750, 8646, 9591, 10585, 11628, 12720, 13861, 15051, 16290, 17578, 18915, 20301, 21736, 23220, 24753, 26335, 27966, 29646, 31375, 33153, 34980 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
1. Smallest triangular number T(k) (other than the trivial adjacent ones) such that T(n) + T(k) is a square. ( T(n-1) and T(n+1) are trivial triangular numbers such that T(n) +T(n-1) and T(n) + T(n+1) both are squares.) 0+1 = 1, 1+15 = 16, 3+ 78= 81, 6 + 190 = 196 etc. 2. (7n+5)-th triangular number. - Amarnath Murthy, Jun 20 2003
LINKS
FORMULA
a(n) = (2 - 21*n + 49*n^2)/2.
G.f.: (1+6*x)^2/(1-x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3); a(0)=1, a(1)=15, a(2)=78. - Harvey P. Dale, Aug 03 2012
MATHEMATICA
Table[(2-21n+49n^2)/2, {n, 0, 40}] (* or *) LinearRecurrence[{3, -3, 1}, {1, 15, 78}, 40] (* Harvey P. Dale, Aug 03 2012 *)
PROG
(Magma) [(2-21*n+49*n^2)/2: n in [0..50]]; // Vincenzo Librandi, Jun 18 2011
(PARI) a(n)=(2-21*n+49*n^2)/2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A303097 A128272 A180579 * A269620 A269436 A044202
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Mar 23 2003
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 December 2 04:17 EST 2023. Contains 367506 sequences. (Running on oeis4.)