cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A280108 Sum of odd divisors of Lucas(n).

Original entry on oeis.org

1, 4, 1, 8, 12, 13, 30, 48, 20, 168, 200, 192, 522, 1128, 384, 2208, 3572, 4320, 9350, 17296, 6360, 54208, 64680, 52992, 186048, 361928, 115600, 826728, 1169400, 1377012, 3010350, 4876416, 1980400, 17256768, 23639040, 19906944, 54018522, 116538408
Offset: 1

Views

Author

Vincenzo Librandi, Jan 06 2017

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_]:=Select[Divisors[LucasL[n]], OddQ]//Total;Table[a[n], {n, 1, 40}]

Formula

a(n) = A000593(A000032(n)).

A280728 Number of even divisors of Lucas(n).

Original entry on oeis.org

1, 0, 0, 2, 0, 0, 3, 0, 0, 4, 0, 0, 4, 0, 0, 8, 0, 0, 8, 0, 0, 8, 0, 0, 4, 0, 0, 8, 0, 0, 12, 0, 0, 8, 0, 0, 8, 0, 0, 16, 0, 0, 24, 0, 0, 64, 0, 0, 8, 0, 0, 16, 0, 0, 20, 0, 0, 16, 0, 0, 32, 0, 0, 64, 0, 0, 24, 0, 0, 32, 0, 0, 8, 0, 0, 128, 0, 0, 12, 0, 0
Offset: 0

Views

Author

Vincenzo Librandi, Jan 09 2017

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_]:=Block[{d=Divisors[LucasL[n]]}, Count[EvenQ[d], True]]; Table[a[n], {n, 0, 80}]

Formula

a(n) = A183063(A000032(n)).

Extensions

Offset corrected by Amiram Eldar, Sep 03 2019
Showing 1-2 of 2 results.