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!)
A047495 Numbers that are congruent to {2, 4, 5, 7} mod 8. 1
2, 4, 5, 7, 10, 12, 13, 15, 18, 20, 21, 23, 26, 28, 29, 31, 34, 36, 37, 39, 42, 44, 45, 47, 50, 52, 53, 55, 58, 60, 61, 63, 66, 68, 69, 71, 74, 76, 77, 79, 82, 84, 85, 87, 90, 92, 93, 95, 98, 100, 101, 103, 106, 108, 109, 111, 114, 116, 117, 119, 122, 124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(2+x^2+x^3) / ( (x^2+1)*(x-1)^2 ). - R. J. Mathar, Nov 06 2015
From Wesley Ivan Hurt, May 27 2016: (Start)
a(n) = 2*a(n-1) - 2*a(n-2) + 2*a(n-3) - a(n-4) for n>4.
a(n) = (1+i)*(4*n-4*n*i+i-1+i^(1-n)-i^n)/4 where i=sqrt(-1).
a(2k) = A047535(k), a(2k-1) = A047617(k). (End)
E.g.f.: (2 + sin(x) - cos(x) + (4*x - 1)*exp(x))/2. - Ilya Gutkovskiy, May 27 2016
Sum_{n>=1} (-1)^(n+1)/a(n) = 3*Pi/16 - (sqrt(2)-1)*log(2)/8 + sqrt(2)*log(2-sqrt(2))/4. - Amiram Eldar, Dec 25 2021
MAPLE
A047495:=n->(1+I)*(4*n-4*n*I+I-1+I^(1-n)-I^n)/4: seq(A047495(n), n=1..100); # Wesley Ivan Hurt, May 27 2016
MATHEMATICA
Table[(1+I)*(4n-4n*I+I-1+I^(1-n)-I^n)/4, {n, 80}] (* Wesley Ivan Hurt, May 27 2016 *)
PROG
(Magma) [n : n in [0..150] | n mod 8 in [2, 4, 5, 7]]; // Wesley Ivan Hurt, May 27 2016
CROSSREFS
Sequence in context: A278490 A188029 A187951 * A005653 A188468 A364132
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 18 21:39 EDT 2024. Contains 372666 sequences. (Running on oeis4.)