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!)
A022271 a(n) = n*(13*n + 1)/2. 5
0, 7, 27, 60, 106, 165, 237, 322, 420, 531, 655, 792, 942, 1105, 1281, 1470, 1672, 1887, 2115, 2356, 2610, 2877, 3157, 3450, 3756, 4075, 4407, 4752, 5110, 5481, 5865, 6262, 6672, 7095, 7531, 7980, 8442, 8917, 9405, 9906, 10420, 10947, 11487, 12040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A110449(n, 6) for n>5.
a(n) = 13*n + a(n-1) - 6 with n>0, a(0)=0. - Vincenzo Librandi, Aug 04 2010
G.f.: x*(7+6*x)/(1-x)^3. - Vincenzo Librandi, Mar 31 2015
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n>2 - Vincenzo Librandi, Mar 31 2015
a(n) = A022270(-n). - Bruno Berselli, Mar 31 2015
a(n) = A000217(7*n) - A000217(6*n). - Bruno Berselli, Oct 13 2016
E.g.f.: (x/2)*(13*x + 14)*exp(x). - G. C. Greubel, Aug 23 2017
MATHEMATICA
Table[n (13 n + 1)/2, {n, 0, 40}] (* Vincenzo Librandi, Mar 31 2015 *)
LinearRecurrence[{3, -3, 1}, {0, 7, 27}, 50] (* Harvey P. Dale, Jul 03 2022 *)
PROG
(Magma) [n*(13*n + 1)/2: n in [0..45]]; // Vincenzo Librandi, Mar 31 2015
(PARI) a(n)=n*(13*n+1)/2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Cf. similar sequences listed in A022289.
Sequence in context: A344721 A309335 A175367 * A269449 A265900 A159065
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Mar 31 2015
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)