login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A161709
a(n) = 22*n + 1.
11
1, 23, 45, 67, 89, 111, 133, 155, 177, 199, 221, 243, 265, 287, 309, 331, 353, 375, 397, 419, 441, 463, 485, 507, 529, 551, 573, 595, 617, 639, 661, 683, 705, 727, 749, 771, 793, 815, 837, 859, 881, 903, 925, 947, 969, 991, 1013, 1035, 1057, 1079, 1101, 1123
OFFSET
0,2
REFERENCES
Italo Ghersi, Matematica dilettevole e curiosa, p. 139, Hoepli, Milano, 1967. [From Vincenzo Librandi, Dec 02 2009]
FORMULA
From G. C. Greubel, Sep 18 2019: (Start)
a(n) = 2*a(n-1) - a(n-2).
G.f.: (1 + 21*x)/(1-x)^2.
E.g.f.: (1 + 22*x)*exp(x). (End)
MAPLE
seq(1+22*n, n=0..60); # G. C. Greubel, Sep 18 2019
MATHEMATICA
22*Range[0, 60]+1 (* Harvey P. Dale, Jan 09 2011 *)
PROG
(PARI) vector(60, n, 22*n-21) \\ G. C. Greubel, Sep 18 2019
(Magma) [1+22*n: n in [0..60]]; // G. C. Greubel, Sep 18 2019
(Sage) [1+22*n for n in (0..60)] # G. C. Greubel, Sep 18 2019
(GAP) List([0..60], n-> 1+22*n ); # G. C. Greubel, Sep 18 2019
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Jun 17 2009
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy