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!)
A001504 a(n) = (3*n+1)*(3*n+2). 6
2, 20, 56, 110, 182, 272, 380, 506, 650, 812, 992, 1190, 1406, 1640, 1892, 2162, 2450, 2756, 3080, 3422, 3782, 4160, 4556, 4970, 5402, 5852, 6320, 6806, 7310, 7832, 8372, 8930, 9506, 10100, 10712, 11342, 11990, 12656, 13340, 14042, 14762, 15500, 16256, 17030 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The oblong numbers (A002378) not divisible by 3. - Gionata Neri, May 10 2015
LINKS
FORMULA
a(n) = A060544(n+1)*2.
Sum_{k>=0} 1/a(k) = (Pi/3)/sqrt(3) = A073010. - Benoit Cloitre, Aug 20 2002
a(n) = 18*n + a(n-1) with a(0) = 2. - Vincenzo Librandi, Nov 12 2010
Sum_{n>=0} (-1)^n/a(n) = 2*log(2)/3. - Amiram Eldar, Jan 14 2021
G.f.: -2*(x^2+7*x+1)/(x-1)^3. - Alois P. Heinz, Feb 28 2021
From Amiram Eldar, Feb 19 2023: (Start)
a(n) = A016777(n)*A016789(n).
Product_{n>=0} (1 - 1/a(n)) = 2*cos(sqrt(5)*Pi/6)/sqrt(3).
Product_{n>=0} (1 + 1/a(n)) = 2*cosh(sqrt(3)*Pi/6)/sqrt(3). (End)
MAPLE
A001504:=n->(3*n+1)*(3*n+2): seq(A001504(n), n=0..100); # Wesley Ivan Hurt, Jan 29 2017
MATHEMATICA
Table[(3*n+1)*(3*n+2), {n, 50}] (* Vladimir Joseph Stephan Orlovsky, Jan 22 2012 *)
PROG
(PARI) a(n)=(3*n+1)*(3*n+2) \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Subsequence of A002378.
Sequence in context: A331090 A139271 A133217 * A192351 A136905 A230644
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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)