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!)
A158130 121n - 1. 1
120, 241, 362, 483, 604, 725, 846, 967, 1088, 1209, 1330, 1451, 1572, 1693, 1814, 1935, 2056, 2177, 2298, 2419, 2540, 2661, 2782, 2903, 3024, 3145, 3266, 3387, 3508, 3629, 3750, 3871, 3992, 4113, 4234, 4355, 4476, 4597, 4718, 4839, 4960, 5081, 5202 (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*(120+x)/(x-1)^2.
MATHEMATICA
Table[121n-1, {n, 50}]
PROG
(Magma) I:=[120, 241]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..50]];
(PARI) a(n) = 121*n - 1.
CROSSREFS
Sequence in context: A232743 A146950 A028976 * A070856 A211467 A257712
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 13 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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)