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!)
A122562 a(n) = n^3 + 114 * n. 0
115, 236, 369, 520, 695, 900, 1141, 1424, 1755, 2140, 2585, 3096, 3679, 4340, 5085, 5920, 6851, 7884, 9025, 10280, 11655, 13156, 14789, 16560, 18475, 20540, 22761, 25144, 27695, 30420, 33325, 36416, 39699, 43180, 46865, 50760, 54871, 59204 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Paul Cooijmans, Odds.
FORMULA
a(1)=115, a(2)=236, a(3)=369, a(4)=520, a(n)=4*a(n-1)-6*a(n-2)+ 4*a(n-3)- a(n-4). - Harvey P. Dale, Mar 14 2015
MATHEMATICA
Table[n^3+114n, {n, 40}] (* or *) LinearRecurrence[{4, -6, 4, -1}, {115, 236, 369, 520}, 40] (* Harvey P. Dale, Mar 14 2015 *)
PROG
(PARI) for(n=1, 50, print1(n^3+114*n, ", "))
CROSSREFS
Sequence in context: A181931 A229324 A277806 * A063361 A340098 A208815
KEYWORD
nonn,easy
AUTHOR
Herman Jamke (hermanjamke(AT)fastmail.fm), Sep 20 2006
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.)