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!)
A013656 a(n) = n*(9*n-2). 4
0, 7, 32, 75, 136, 215, 312, 427, 560, 711, 880, 1067, 1272, 1495, 1736, 1995, 2272, 2567, 2880, 3211, 3560, 3927, 4312, 4715, 5136, 5575, 6032, 6507, 7000, 7511, 8040, 8587, 9152, 9735, 10336, 10955, 11592, 12247, 12920, 13611, 14320, 15047, 15792, 16555 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For n>0, numbers such that sqrt(a(n)) has the continued fraction {k;[1,1,1,2k]}, where the part in [] is repeated and k is of the form 3m+2 (A016789). - Bruno Berselli, May 30 2013
For n >= 1, the continued fraction expansion of sqrt(4*a(n)) is [6n-1; {3, 3n-1, 3, 12n-2}]. - Magus K. Chu, Sep 18 2022
LINKS
FORMULA
a(n+1) = A144454(9*n+7) = A061039(27*n+21). - Paul Curtz, Nov 05 2008
a(n) = a(n-1) + 18*n - 11 with n>0, a(0)=0. - Vincenzo Librandi, Nov 22 2010
a(0)=0, a(1)=7, a(2)=32, a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - Harvey P. Dale, Jul 07 2012
From G. C. Greubel, Mar 11 2022: (Start)
G.f.: x*(7 - 11*x)/(1-x)^3.
E.g.f.: x*(7 + 9*x)*exp(x). (End)
Sum_{n>=1} 1/a(n) = -(psi(7/9)+gamma)/2 = (A354640-A001620)/2 = 0.22000753... - R. J. Mathar, Apr 22 2024
MATHEMATICA
Table[n(9n-2), {n, 0, 50}] (* or *) LinearRecurrence[{3, -3, 1}, {0, 7, 32}, 50] (* Harvey P. Dale, Jul 07 2012 *)
PROG
(PARI) a(n)=n*(9*n-2) \\ Charles R Greathouse IV, Jun 17 2017
(Magma) [n*(9*n-2): n in [0..60]]; // G. C. Greubel, Mar 11 2022
CROSSREFS
Sequence in context: A153715 A060123 A013650 * A067982 A126562 A190096
KEYWORD
nonn,easy
AUTHOR
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 18:22 EDT 2024. Contains 372522 sequences. (Running on oeis4.)