The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A069477 a(n) = 60*n^2 + 180*n + 150. 3
390, 750, 1230, 1830, 2550, 3390, 4350, 5430, 6630, 7950, 9390, 10950, 12630, 14430, 16350, 18390, 20550, 22830, 25230, 27750, 30390, 33150, 36030, 39030, 42150, 45390, 48750, 52230, 55830, 59550, 63390, 67350, 71430, 75630, 79950, 84390, 88950, 93630, 98430 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
First differences of A068236, successive differences of (n+1)^5 - n^5 (A022521).
LINKS
FORMULA
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3); a(1)=390, a(2)=750, a(3)=1230. - Harvey P. Dale, Apr 06 2012
Sum_{n>=1} 1/a(n) = (Pi/60)*tanh(Pi/2) - 1/25. - Amiram Eldar, Jan 27 2022
MATHEMATICA
Table[30 (2 n^2 + 6 n + 5), {n, 1, 100}] (* Vladimir Joseph Stephan Orlovsky, Jun 19 2011 *)
LinearRecurrence[{3, -3, 1}, {390, 750, 1230}, 40] (* Harvey P. Dale, Apr 06 2012 *)
PROG
(Magma) [30*(2*n^2 + 6*n + 5): n in [1..40]]; // Vincenzo Librandi, Nov 23 2011
(PARI) a(n)=60*n^2+180*n+150 \\ Charles R Greathouse IV, Nov 23 2011
CROSSREFS
Sequence in context: A228580 A242182 A136153 * A325993 A108573 A206653
KEYWORD
nonn,easy
AUTHOR
Eli McGowan (ejmcgowa(AT)mail.lakeheadu.ca), Apr 11 2002
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 May 13 21:17 EDT 2024. Contains 372523 sequences. (Running on oeis4.)