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!)
A158938 Numbers congruent to {-3,7,9,11,13,23,25,27} mod 64. 1
-3, 7, 9, 11, 13, 23, 25, 27, 61, 71, 73, 75, 77, 87, 89, 91, 125, 135, 137, 139, 141, 151, 153, 155, 189, 199, 201, 203, 205, 215, 217, 219, 253, 263, 265, 267, 269, 279, 281, 283, 317, 327, 329, 331, 333, 343, 345, 347, 381, 391, 393, 395, 397, 407, 409, 411 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
When will this first differ from A103621?
LINKS
FORMULA
a(n) = a(n-8) + 64.
From Colin Barker, Oct 14 2019: (Start)
G.f.: -(3 - 10*x - 2*x^2 - 2*x^3 - 2*x^4 - 10*x^5 - 2*x^6 - 2*x^7 - 37*x^8) / ((1 - x)^2*(1 + x)*(1 + x^2)*(1 + x^4)).
a(n) = a(n-1) + a(n-8) - a(n-9) for n>8.
(End)
MATHEMATICA
Select[Range[-5, 500], MemberQ[{7, 9, 11, 13, 23, 25, 27, 61}, Mod[#, 64]]&] (* or *) LinearRecurrence[{1, 0, 0, 0, 0, 0, 0, 1, -1}, {-3, 7, 9, 11, 13, 23, 25, 27, 61}, 60] (* Harvey P. Dale, Jul 26 2021 *)
CROSSREFS
Cf. A103621.
Sequence in context: A222262 A027897 A027892 * A047529 A359567 A125667
KEYWORD
sign,easy
AUTHOR
Philippe Deléham, Mar 31 2009
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 June 6 19:21 EDT 2024. Contains 373134 sequences. (Running on oeis4.)