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!)
A363888 Number of divisors of 7*n-5 of form 7*k+4. 1
0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 1, 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 2, 0, 2, 0, 0, 0, 2, 0, 0, 0, 2, 2, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 2, 2, 0, 2, 0, 2, 0, 0, 0, 2, 0, 2, 0, 2, 0, 0, 0, 2, 0, 0, 0, 4, 2, 0, 0, 2, 0, 0, 1, 2, 0, 0, 0, 4, 0, 0, 0, 2, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
FORMULA
a(n) = A363806(7*n-5).
G.f.: Sum_{k>0} x^(4*k-1)/(1 - x^(7*k-3)).
MATHEMATICA
a[n_] := DivisorSum[7*n - 5, 1 &, Mod[#, 7] == 4 &]; Array[a, 100] (* Amiram Eldar, Jun 26 2023 *)
PROG
(PARI) a(n) = sumdiv(7*n-5, d, d%7==4);
CROSSREFS
Cf. A363806.
Sequence in context: A363860 A087623 A265260 * A338268 A269243 A036274
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 26 2023
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 4 09:26 EDT 2024. Contains 372238 sequences. (Running on oeis4.)