login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158060 25n + 1. 1
26, 51, 76, 101, 126, 151, 176, 201, 226, 251, 276, 301, 326, 351, 376, 401, 426, 451, 476, 501, 526, 551, 576, 601, 626, 651, 676, 701, 726, 751, 776, 801, 826, 851, 876, 901, 926, 951, 976, 1001, 1026, 1051, 1076, 1101, 1126, 1151, 1176, 1201, 1226, 1251 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..10000

Index to sequences with linear recurrences with constant coefficients, signature (2,-1).

FORMULA

a(n) = 2*a(n-1) -a(n-2).

G.f.: x*(26-x)/(x-1)^2.

MATHEMATICA

LinearRecurrence[{2, -1}, {26, 51}, 50]

Range[26, 2000, 25] (* From Vladimir Joseph Stephan Orlovsky, Jun 14 2011 *)

PROG

(MAGMA) I:=[26, 51]; [n le 2 select I[n] else 2*Self(n-1)-Self(n-2): n in [1..60]];

(PARI) a(n)=25*n+1 \\ Charles R Greathouse IV, Jun 14 2011

CROSSREFS

Sequence in context: A137263 A044078 A044459 * A169861 A122999 A040650

Adjacent sequences:  A158057 A158058 A158059 * A158061 A158062 A158063

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Mar 12 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 13:28 EST 2012. Contains 206031 sequences.