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!)
A022281 a(n) = n*(23*n + 1)/2. 4
0, 12, 47, 105, 186, 290, 417, 567, 740, 936, 1155, 1397, 1662, 1950, 2261, 2595, 2952, 3332, 3735, 4161, 4610, 5082, 5577, 6095, 6636, 7200, 7787, 8397, 9030, 9686, 10365, 11067, 11792, 12540, 13311 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 23*n + a(n-1) - 11 for n>0, a(0)=0. - Vincenzo Librandi, Aug 04 2010
G.f.: x*(12 + 11*x)/(1 - x)^3 . - R. J. Mathar, Aug 04 2016
a(n) = A000217(12*n) - A000217(11*n). - Bruno Berselli, Oct 13 2016
E.g.f.: (x/2)*(23*x + 24)*exp(x). - G. C. Greubel, Aug 23 2017
MATHEMATICA
Table[n (23 n + 1)/2, {n, 0, 40}] (* or *) LinearRecurrence[{3, -3, 1}, {0, 12, 47}, 40] (* Harvey P. Dale, Aug 16 2016 *)
PROG
(PARI) a(n)=n*(23*n+1)/2 \\ Charles R Greathouse IV, Jun 16 2017
CROSSREFS
Cf. similar sequences listed in A022289.
Sequence in context: A200669 A197471 A159013 * A244803 A024183 A051673
KEYWORD
nonn,easy
AUTHOR
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)