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!)
A359326 Number of divisors of 6*n-4 of form 6*k+5. 5
0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 2, 1, 0, 0, 0, 2, 0, 0, 0, 1, 2, 1, 0, 1, 0, 1, 0, 1, 0, 0, 2, 1, 1, 0, 0, 2, 0, 1, 0, 1, 2, 0, 0, 2, 0, 1, 0, 1, 0, 0, 2, 1, 0, 1, 2, 2, 0, 0, 0, 1, 2, 0, 0, 1, 0, 2, 0, 1, 0, 1, 2, 2, 0, 0, 0, 2, 2, 0, 0, 1, 2, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,19
LINKS
FORMULA
a(n) = A319995(6*n-4).
G.f.: Sum_{k>0} x^(4*k)/(1 - x^(6*k-1)).
G.f.: Sum_{k>0} x^(5*k-1)/(1 - x^(6*k-2)).
MATHEMATICA
a[n_] := DivisorSum[6*n-4, 1 &, Mod[#, 6] == 5 &]; Array[a, 100] (* Amiram Eldar, Aug 14 2023 *)
PROG
(PARI) a(n) = sumdiv(6*n-4, d, d%6==5);
(PARI) my(N=100, x='x+O('x^N)); concat([0, 0, 0], Vec(sum(k=1, N, x^(4*k)/(1-x^(6*k-1)))))
(PARI) my(N=100, x='x+O('x^N)); concat([0, 0, 0], Vec(sum(k=1, N, x^(5*k-1)/(1-x^(6*k-2)))))
CROSSREFS
Sequence in context: A350433 A167365 A211996 * A352245 A227834 A025894
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Dec 25 2022
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 2 04:48 EDT 2024. Contains 372178 sequences. (Running on oeis4.)