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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161532 2*n^2+8*n+1. 6
1, 11, 25, 43, 65, 91, 121, 155, 193, 235, 281, 331, 385, 443, 505, 571, 641, 715, 793, 875, 961, 1051, 1145, 1243, 1345, 1451, 1561, 1675, 1793, 1915, 2041, 2171, 2305, 2443, 2585, 2731, 2881, 3035, 3193, 3355, 3521, 3691, 3865, 4043, 4225, 4411, 4601 (list; graph; refs; listen; history; 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 P. Gayet)

LINKS

Pierre Gayet, Table of n, a(n) for n = 1..10000

Pierre Gayet, Note et Compte rendu (gif version)

Pierre Gayet, Note et Compte Rendu (pdf version)

Pierre Gayet, 98 séquences générées ... par la formule générale indiquée

Claude Monet, Nymphéas

FORMULA

a(n) = a(n-1)+4*n+6 (with a(0)=1). [From Vincenzo Librandi, Nov 30 2010]

MATHEMATICA

lst={}; Do[a=2*n^2+8*n+1; AppendTo[lst, a], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 13 2009]

PROG

(MAGMA) [ 2*n^2+8*n+1: n in [0..50] ];

CROSSREFS

Cf. A161549, A161587, A161617, A161935, A162316.

Sequence in context: A125868 A031025 A140675 * A118648 A105270 A039337

Adjacent sequences:  A161529 A161530 A161531 * A161533 A161534 A161535

KEYWORD

easy,nonn

AUTHOR

Pierre Gayet (gayet.pierre(AT)wanadoo.fr), Jun 13 2009

EXTENSIONS

More terms from Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 13 2009

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 15 14:02 EST 2012. Contains 205811 sequences.