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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131895 a(n) = (n + 2)*(5*n + 1)/2. 2
1, 9, 22, 40, 63, 91, 124, 162, 205, 253, 306, 364, 427, 495, 568, 646, 729, 817, 910, 1008, 1111, 1219, 1332, 1450, 1573, 1701, 1834, 1972, 2115, 2263, 2416, 2574, 2737, 2905, 3078, 3256, 3439, 3627, 3820, 4018, 4221, 4429, 4642, 4860, 5083, 5311, 5544 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row sums of triangle A131894.
Binomial transform of (1, 8, 5, 0, 0, 0, ...).
LINKS
FORMULA
a(n) = a(n-1) + 5*n + 3 (with a(0)=1). - Vincenzo Librandi, Nov 23 2010
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3); a(0)=1, a(1)=9, a(2)=22. - Harvey P. Dale, Sep 11 2015
EXAMPLE
a(2) = 22 = sum of row 2 terms of triangle A131894: (11 + 6 + 5).
a(2) = 22 = (1, 2, 1) dot (1, 8, 5) = (1 + 16 + 5).
MAPLE
A131895:=n->(n+2)*(5*n+1)/2; seq(A131895(n), n=0..50); # Wesley Ivan Hurt, Mar 26 2014
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {1, 9, 22}, 50] (* Harvey P. Dale, Sep 11 2015 *)
PROG
(PARI) a(n)=(n+2)*(5*n+1)/2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Cf. A131894.
Sequence in context: A154528 A130861 A049730 * A323221 A250730 A251285
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Jul 24 2007
EXTENSIONS
More terms from Vladimir Joseph Stephan Orlovsky, Dec 04 2008
Simpler definition from Wesley Ivan Hurt, Mar 26 2014
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 April 24 13:04 EDT 2024. Contains 371945 sequences. (Running on oeis4.)