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!)
A008607 Multiples of 25. 11
0, 25, 50, 75, 100, 125, 150, 175, 200, 225, 250, 275, 300, 325, 350, 375, 400, 425, 450, 475, 500, 525, 550, 575, 600, 625, 650, 675, 700, 725, 750, 775, 800, 825, 850, 875, 900, 925, 950, 975, 1000, 1025, 1050, 1075, 1100, 1125, 1150, 1175, 1200, 1225 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Tanya Khovanova, Recursive Sequences
Luis Manuel Rivera, Integer sequences and k-commuting permutations, arXiv preprint arXiv:1406.3081 [math.CO], 2014-2015.
FORMULA
G.f.: 25*x/(1-x)^2. - Colin Barker, Feb 19 2012
From Wesley Ivan Hurt, May 19 2024: (Start)
a(n) = 25*n.
a(n) = 2*a(n-1) - a(n-2). (End)
MATHEMATICA
Range[0, 1500, 25] (* Vladimir Joseph Stephan Orlovsky, Jun 01 2011 *)
25*Range[0, 50] (* Harvey P. Dale, Jul 28 2020 *)
PROG
(PARI) a(n)=25*n \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A116490 A230213 A338890 * A044077 A043350 A023723
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 May 23 13:40 EDT 2024. Contains 372763 sequences. (Running on oeis4.)