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!)
A156795 a(n) = 81*n - 59. 1
22, 103, 184, 265, 346, 427, 508, 589, 670, 751, 832, 913, 994, 1075, 1156, 1237, 1318, 1399, 1480, 1561, 1642, 1723, 1804, 1885, 1966, 2047, 2128, 2209, 2290, 2371, 2452, 2533, 2614, 2695, 2776, 2857, 2938, 3019, 3100, 3181, 3262, 3343, 3424, 3505, 3586 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2*a(n-1) - a(n-2).
G.f.: x*(22 + 59*x)/(1-x)^2.
E.g.f.: 59 - (59 - 81*x)*exp(x). - G. C. Greubel, Jun 26 2021
MATHEMATICA
LinearRecurrence[{2, -1}, {22, 103}, 50]
81*Range[50]-59 (* Harvey P. Dale, Jun 01 2020 *)
PROG
(Magma) I:=[22, 103]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]];
(PARI) a(n)=81*n-59 \\ Charles R Greathouse IV, Dec 23 2011
(Sage) [81*n - 59 for n in (1..50)] # G. C. Greubel, Jun 26 2021
CROSSREFS
Sequence in context: A264852 A044273 A044654 * A095265 A060382 A066450
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 16 2009
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 06:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)