login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022277 n*(19n+1)/2. 0
0, 10, 39, 87, 154, 240, 345, 469, 612, 774, 955, 1155, 1374, 1612, 1869, 2145, 2440, 2754, 3087, 3439, 3810, 4200, 4609, 5037, 5484, 5950, 6435, 6939, 7462, 8004, 8565, 9145, 9744, 10362, 10999, 11655 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (3,-3,1).

FORMULA

a(n)=19*n+a(n-1)-9 (with a(0)=0) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

MATHEMATICA

Table[n(19n+1)/2, {n, 0, 100}] (*From Vladimir Joseph Stephan Orlovsky, Mar 07 2011*)

PROG

(PARI) a(n)=n*(19n+1)/2 \\ Charles R Greathouse IV, Mar 07 2011

CROSSREFS

Sequence in context: A164298 A050479 A156674 * A188480 A059722 A074225

Adjacent sequences:  A022274 A022275 A022276 * A022278 A022279 A022280

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 20:13 EST 2012. Contains 205663 sequences.