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!)
A167487 a(n) = n*(n + 3)/2 + 8. 5
8, 10, 13, 17, 22, 28, 35, 43, 52, 62, 73, 85, 98, 112, 127, 143, 160, 178, 197, 217, 238, 260, 283, 307, 332, 358, 385, 413, 442, 472, 503, 535, 568, 602, 637, 673, 710, 748, 787, 827, 868, 910, 953, 997, 1042, 1088, 1135, 1183, 1232, 1282, 1333, 1385, 1438 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
2*a(i) + 3 is prime for i = 0..14. - Vincenzo Librandi, Jun 01 2014
Numbers m >= 8 such that 8*m-55 is a square. - Bruce J. Nicholson, Jul 26 2017
LINKS
FORMULA
a(n) = n + a(n-1) + 1 with n>1, a(1)=10.
G.f.: (8 - 14*x + 7*x^2)/(1 - x)^3. - Vincenzo Librandi, Sep 16 2013
a(n) = Sum_{i=n-5..n+7} i*(i+1)/26. - Bruno Berselli, Oct 20 2016
Sum_{n>=0} 1/a(n) = -1/7 + 2*Pi*tanh(sqrt(55)*Pi/2)/sqrt(55). - Amiram Eldar, Dec 13 2022
MATHEMATICA
Table[n (n + 3)/2 + 8, {n, 0, 100}] (* Vladimir Joseph Stephan Orlovsky, Jun 03 2011 *)
CoefficientList[Series[(8 - 14 x + 7 x^2) / (1 - x)^3, {x, 0, 60}], x] (* Vincenzo Librandi, Sep 16 2013 *)
LinearRecurrence[{3, -3, 1}, {8, 10, 13}, 60] (* Harvey P. Dale, Jul 05 2020 *)
PROG
(Magma) [n*(n+3)/2+8: n in [0..60]]; // Vincenzo Librandi, Sep 16 2013
(PARI) a(n)=n*(n+3)/2+8 \\ Charles R Greathouse IV, Jun 16 2017
CROSSREFS
Cf. A167499.
Sequence in context: A203322 A120166 A030732 * A010916 A275627 A101764
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 07 2009
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)