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!)
A001509 a(n) = (5*n + 1)*(5*n + 2)*(5*n + 3). 1
6, 336, 1716, 4896, 10626, 19656, 32736, 50616, 74046, 103776, 140556, 185136, 238266, 300696, 373176, 456456, 551286, 658416, 778596, 912576, 1061106, 1224936, 1404816, 1601496, 1815726, 2048256, 2299836, 2571216, 2863146, 3176376, 3511656, 3869736, 4251366 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A016861(n) * A016873(n) * A016885(n). - Wesley Ivan Hurt, May 07 2014
G.f.: 6*(1 + 52*x + 68*x^2 + 4*x^3)/(1 - x)^4. - Stefano Spezia, Jan 03 2023
Sum_{n>=0} 1/a(n) = sqrt(2*(25-11*sqrt(5))/5)*Pi/20 + log(phi)/(2*sqrt(5)), where phi is the golden ratio (A001622). - Amiram Eldar, Jan 26 2023
MAPLE
A001509:=n->(5*n+1)*(5*n+2)*(5*n+3); seq(A001509(n), n=0..50); # Wesley Ivan Hurt, May 07 2014
MATHEMATICA
Table[(5*n + 1)*(5*n + 2)*(5*n + 3), {n, 0, 100}] (* Harvey P. Dale, Apr 21 2011 *)
CROSSREFS
Sequence in context: A135195 A273031 A358485 * A295925 A210769 A003031
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 1996
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)