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!)
A033575 a(n) = (2*n+1)*(11*n+1). 1
1, 36, 115, 238, 405, 616, 871, 1170, 1513, 1900, 2331, 2806, 3325, 3888, 4495, 5146, 5841, 6580, 7363, 8190, 9061, 9976, 10935, 11938, 12985, 14076, 15211, 16390, 17613, 18880, 20191, 21546, 22945 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From G. C. Greubel, Oct 12 2019: (Start)
G.f.: (1 + 33*x + 10*x^2)/(1-x)^3.
E.g.f.: (1 + 35*x + 22*x^2)*exp(x). (End)
MAPLE
seq((2*n+1)*(11*n+1), n=0..50); # G. C. Greubel, Oct 12 2019
MATHEMATICA
Table[(2*n+1)*(11*n+1), {n, 0, 50}] (* G. C. Greubel, Oct 12 2019 *)
LinearRecurrence[{3, -3, 1}, {1, 36, 115}, 40] (* Harvey P. Dale, May 25 2024 *)
PROG
(PARI) a(n)=(2*n+1)*(11*n+1) \\ Charles R Greathouse IV, Jun 16 2017
(Magma) [(2*n+1)*(11*n+1): n in [0..50]] // G. C. Greubel, Oct 12 2019
(Sage) [(2*n+1)*(11*n+1) for n in range(50)] # G. C. Greubel, Oct 12 2019
(GAP) List([0..50], n-> (2*n+1)*(11*n+1)); # G. C. Greubel, Oct 12 2019
CROSSREFS
Sequence in context: A250426 A176685 A199260 * A044287 A044668 A129367
KEYWORD
nonn,easy,changed
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 June 6 06:26 EDT 2024. Contains 373115 sequences. (Running on oeis4.)