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!)
A161587 a(n) = 13n^2 + 10n + 1. 7
1, 24, 73, 148, 249, 376, 529, 708, 913, 1144, 1401, 1684, 1993, 2328, 2689, 3076, 3489, 3928, 4393, 4884, 5401, 5944, 6513, 7108, 7729, 8376, 9049, 9748, 10473, 11224, 12001, 12804, 13633, 14488, 15369, 16276, 17209, 18168, 19153, 20164 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The defining formula can be regarded as an approximation and simplification of the expansion / propagation of native hydrophytes on the surface of stagnant waters in orthogonal directions; absence of competition / concurrence and of retrogression is assumed, mortality is taken into account. - [Translation of a comment in French sent by Pierre Gayet]
LINKS
Pierre Gayet, Note et Compte rendu (gif version)
Pierre Gayet, Note et Compte Rendu (pdf version)
Claude Monet, Nymphéas
FORMULA
a(n) = a(n-1) + 26*n - 3 (with a(0)=1). - Vincenzo Librandi, Nov 30 2010
From Bruno Berselli, Dec 12 2011: (Start)
G.f.: (1 + 21*x + 4*x^2)/(1-x)^3.
a(n-1) = A202141(n) - 1 with a(-1)=4. (End)
MATHEMATICA
Table[13n^2+10n+1, {n, 0, 40}] (* or *) LinearRecurrence[{3, -3, 1}, {1, 24, 73}, 40] (* Harvey P. Dale, Nov 06 2014 *)
PROG
(Magma) [ 13*n^2+10*n+1: n in [0..50] ];
(PARI) a(n)=13*n^2+10*n+1 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A043406 A044162 A044543 * A042130 A042132 A042134
KEYWORD
nonn,easy
AUTHOR
Pierre Gayet, Jun 14 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 18 20:18 EDT 2024. Contains 371781 sequences. (Running on oeis4.)