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!)
A283369 a(n) = Sum_{d|n} d^(4*d + 1). 3
1, 513, 1594324, 17179869697, 476837158203126, 28430288029931296212, 3219905755813179726837608, 633825300114114700765531472385, 202755595904452569706561330874548093, 100000000000000000000000000476837158203638 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(6) = 1^(4+1) + 2^(8+1) + 3^(12+1) + 6^(24+1) = 28430288029931296212.
MATHEMATICA
Table[Sum[d^(4*d + 1), {d, Divisors[n]}], {n, 20}] (* Indranil Ghosh, Mar 17 2017 *)
PROG
(PARI) for(n=1, 20, print1(sumdiv(n, d, d^(4*d + 1)), ", ")) \\ Indranil Ghosh, Mar 17 2017
CROSSREFS
Cf. Sum_{d|n} d^(k*d+1): A283498 (k=1), A283533 (k=2), A283535 (k=3), this sequence (k=4).
Sequence in context: A236431 A118709 A296145 * A103351 A291507 A275099
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 17 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)