A102359 a(n) = sigma((4^n - 1)/3), where sigma(n) is the sum of positive divisors of n.
1, 6, 32, 108, 384, 2688, 5632, 27864, 153920, 499968, 1477440, 11708928, 22380544, 115568640, 620101632, 1826150832, 5726797824, 54044390400, 91626668032, 555102471168, 2352412508160, 7458459886080, 23955459951744, 199536712962048, 425355918188544, 1849167560835072
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..603
Programs
-
PARI
a(n) = sigma((4^n - 1)/3); \\ Michel Marcus, Feb 21 2020
Formula
Extensions
More terms from Amiram Eldar, Feb 21 2020