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!)
A126264 a(n) = 5*n^2 + 3*n. 3
8, 26, 54, 92, 140, 198, 266, 344, 432, 530, 638, 756, 884, 1022, 1170, 1328, 1496, 1674, 1862, 2060, 2268, 2486, 2714, 2952, 3200, 3458, 3726, 4004, 4292, 4590, 4898, 5216, 5544, 5882, 6230, 6588, 6956, 7334, 7722, 8120, 8528, 8946, 9374, 9812, 10260 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
L. B. W. Jolley, Summation of Series, Dover Publications, 1961, p. 12
LINKS
FORMULA
Sum_{i=1..n} a(i) = n*(n+1)*(5n+7)/3 = 2*A162148(n).
a(n) = 2*A147875(n+1).
From G. C. Greubel, Aug 23 2017: (Start)
G.f.: 2*x*(x + 4)/(1 - x)^3.
E.g.f.: x*(5*x + 8)*exp(x). (End)
Sum_{n>=1} 1/a(n) = 5/9 + sqrt(1-2/sqrt(5))*Pi/6 + log(phi)*sqrt(5)/6 - 5*log(5)/12, where phi is the golden ratio (A001622). - Amiram Eldar, Aug 21 2022
EXAMPLE
a(24) = 5*24^2 + 3*24 = 2880 + 72 = 2952.
MAPLE
a:=n->5*n^2+3*n: seq(a(n), n=1..55); # Emeric Deutsch, Apr 17 2007
MATHEMATICA
Table[n*(5*n + 3), {n, 1, 50}] (* G. C. Greubel, Aug 23 2017 *)
PROG
(PARI) a(n)=5*n^2+3*n \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A126176 A240754 A074238 * A347677 A225274 A085690
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Dec 22 2006
EXTENSIONS
More terms from Emeric Deutsch, Apr 17 2007
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 12 19:24 EDT 2024. Contains 372494 sequences. (Running on oeis4.)