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.
%I A366715 #7 Jan 04 2024 15:34:55 %S A366715 3,14,180,2240,21060,267988,3706920,38773952,459970056,6692483840, %T A366715 79425033660,800162860756,9101898907920,117326869641600, %U A366715 1596198064568400,20655000929239040,184885459808838660,2390210102271311936,33504016991491136160,344201347103878781440 %N A366715 Sum of the divisors of 12^n+1. %H A366715 Max Alekseyev, <a href="/A366715/b366715.txt">Table of n, a(n) for n = 0..306</a> %F A366715 a(n) = sigma(12^n+1) = A000203(A178248(n)). %e A366715 a(4)=21060 because 12^4+1 has divisors {1, 89, 233, 20737}. %p A366715 a:=n->numtheory[sigma](12^n+1): %p A366715 seq(a(n), n=0..100); %Y A366715 Cf. A178248, A000203, A366710, A366712, A366713, A366714, A366716, A366719, A366720, A366689. %K A366715 nonn %O A366715 0,1 %A A366715 _Sean A. Irvine_, Oct 17 2023