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!)
A082800 Smallest multiple of 4 beginning with n. 7
12, 20, 32, 4, 52, 60, 72, 8, 92, 100, 112, 12, 132, 140, 152, 16, 172, 180, 192, 20, 212, 220, 232, 24, 252, 260, 272, 28, 292, 300, 312, 32, 332, 340, 352, 36, 372, 380, 392, 40, 412, 420, 432, 44, 452, 460, 472, 48, 492, 500, 512, 52, 532, 540, 552, 56 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
From Colin Barker, Mar 23 2017: (Start)
G.f.: 4*x*(3 + 5*x + 8*x^2 + x^3 + 7*x^4 + 5*x^5 + 2*x^6) / ((1 - x)^2*(1 + x)^2*(1 + x^2)^2).
a(n) = 2*a(n-4) - a(n-8) for n>8.
(End)
MATHEMATICA
Table[If[Mod[n, 4]==0, n, If[Mod[10 n, 4]==0, 10 n, 10 n + 4 - Mod[10 n, 4]]], {n, 56}] (* Ray Chandler, Feb 09 2014 *)
PROG
(PARI) Vec(4*x*(3 + 5*x + 8*x^2 + x^3 + 7*x^4 + 5*x^5 + 2*x^6) / ((1 - x)^2*(1 + x)^2*(1 + x^2)^2) + O(x^60)) \\ Colin Barker, Mar 23 2017
CROSSREFS
Sequence in context: A109547 A334418 A269453 * A026041 A299028 A082296
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, Apr 20 2003
EXTENSIONS
Extended by Ray Chandler, Feb 09 2014
Typo in Mathematica program fixed by Vincenzo Librandi, Feb 10 2014
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 21 17:21 EDT 2024. Contains 372738 sequences. (Running on oeis4.)