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!)
A147296 a(n) = n*(9*n+2). 4
0, 11, 40, 87, 152, 235, 336, 455, 592, 747, 920, 1111, 1320, 1547, 1792, 2055, 2336, 2635, 2952, 3287, 3640, 4011, 4400, 4807, 5232, 5675, 6136, 6615, 7112, 7627, 8160, 8711, 9280, 9867, 10472, 11095, 11736, 12395, 13072, 13767, 14480, 15211, 15960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For n >= 1, the continued fraction expansion of sqrt(4*a(n)) is [6n; {1, 1, 1, 3n-1, 1, 1, 1, 12n}]. - Magus K. Chu, Sep 17 2022
LINKS
Reply to V. Librandi, A147296 (SeqFan list) - M. F. Hasler, Mar 01 2009
FORMULA
a(n) = n*(9*n + 2), as conjectured by V. Librandi. - From M. F. Hasler, Mar 01 2009
G.f.: x*(11+7*x)/(1-x)^3. - Jaume Oliver Lafont, Aug 30 2009
a(n) = floor((3*n + 1/3)^2). - Reinhard Zumkeller, Apr 14 2010
MATHEMATICA
Table[n(9n+2), {n, 0, 50}] (* or *) LinearRecurrence[{3, -3, 1}, {0, 11, 40}, 50] (* Harvey P. Dale, Dec 19 2014 *)
PROG
(PARI) A147296(n) = n*(9*n + 2) - M. F. Hasler, Mar 01 2009
CROSSREFS
Equals first 9-fold decimation of A144454.
Sequence in context: A342833 A335491 A031427 * A337130 A353447 A059142
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Nov 05 2008
EXTENSIONS
More terms from M. F. Hasler, Mar 01 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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)