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!)
A033566 a(n) = (2*n+1) * (4*n-1). 8
-1, 9, 35, 77, 135, 209, 299, 405, 527, 665, 819, 989, 1175, 1377, 1595, 1829, 2079, 2345, 2627, 2925, 3239, 3569, 3915, 4277, 4655, 5049, 5459, 5885, 6327, 6785, 7259, 7749, 8255, 8777, 9315, 9869, 10439, 11025, 11627, 12245, 12879, 13529, 14195, 14877, 15575, 16289, 17019, 17765 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A005408(n) * A004767(n-1). - Michel Marcus, Oct 03 2016
From G. C. Greubel, Oct 12 2019: (Start)
G.f.: (-1 + 12*x + 5*x^2)/(1-x)^3.
E.g.f.: (-1 + 10*x + 8*x^2)*exp(x). (End)
MAPLE
seq((2*n+1)*(4*n-1), n=0..50); # G. C. Greubel, Oct 12 2019
MATHEMATICA
Table[(2*n+1)*(4*n-1), {n, 0, 50}] (* G. C. Greubel, Oct 12 2019 *)
PROG
(PARI) a(n) = (2*n+1) * (4*n-1); \\ Michel Marcus, Oct 03 2016
(Magma) [(2*n+1)*(4*n-1): n in [0..50]] # G. C. Greubel, Oct 12 2019
(Sage) [(2*n+1)*(4*n-1) for n in range(50)] # G. C. Greubel, Oct 12 2019
(GAP) List([0..50], n-> (2*n+1)*(4*n-1)); # G. C. Greubel, Oct 12 2019
CROSSREFS
Sequence in context: A085366 A304913 A173245 * A226755 A022275 A071398
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Terms a(37) onward added by G. C. Greubel, Oct 12 2019
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)