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!)
A008604 Multiples of 22. 9
0, 22, 44, 66, 88, 110, 132, 154, 176, 198, 220, 242, 264, 286, 308, 330, 352, 374, 396, 418, 440, 462, 484, 506, 528, 550, 572, 594, 616, 638, 660, 682, 704, 726, 748, 770, 792, 814, 836, 858, 880, 902, 924, 946, 968, 990 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Even numbers for which the sum of "digits" base 100 is divisible by 11. - Daniel Forgues, Feb 22 2016
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.: 22*x/(x-1)^2. - Vincenzo Librandi, Jun 10 2013
a(n) = A008593(2n). - Daniel Forgues, Feb 22 2016
MATHEMATICA
Range[0, 1500, 22] (* Vladimir Joseph Stephan Orlovsky, Jun 01 2011 *)
CoefficientList[Series[22 x / (x - 1)^2, {x, 0, 60}], x] (* Vincenzo Librandi, Jun 10 2013 *)
LinearRecurrence[{2, -1}, {0, 22}, 50] (* Harvey P. Dale, Aug 06 2018 *)
PROG
(PARI) a(n)=22*n \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A040462 A269310 A015799 * A110724 A277051 A308125
KEYWORD
nonn,easy
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 14 09:35 EDT 2024. Contains 372532 sequences. (Running on oeis4.)