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!)
A289139 a(n) is the number of odd integers divisible by 7 in ]4*(n-1)^2, 4*n^2[. 4
0, 0, 1, 2, 2, 2, 3, 4, 4, 5, 6, 6, 6, 7, 8, 8, 9, 10, 10, 10, 11, 12, 12, 13, 14, 14, 14, 15, 16, 16, 17, 18, 18, 18, 19, 20, 20, 21, 22, 22, 22, 23, 24, 24, 25, 26, 26, 26, 27, 28, 28, 29, 30, 30, 30, 31, 32, 32, 33, 34, 34, 34, 35, 36, 36, 37, 38, 38, 38, 39, 40, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
This sequence has the form (0+4k,0+4k,1+4k,2+4k,2+4k,2+4k,3+4k) for k>=0.
LINKS
FORMULA
a(n + 7*k) = a(n) + 4*k.
G.f.: (x^7+x^6+x^3+x^2)/(x^8-x^7-x+1). - Alois P. Heinz, Jun 26 2017
MATHEMATICA
Table[Count[Mod[Table[2(2(n-1)^2 +k)-1, {k, 1, 4 n-2}], 7], 0], {n, 0, 100}]
CROSSREFS
Sequence in context: A358901 A070547 A319922 * A094838 A025768 A000929
KEYWORD
nonn,easy
AUTHOR
Ralf Steiner, Jun 26 2017
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 April 24 13:30 EDT 2024. Contains 371957 sequences. (Running on oeis4.)