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!)
A268733 a(n) = A000203(A251720(n)) 1
28, 78, 248, 684, 1862, 3294, 6140, 9144, 16590, 27872, 37734, 59094, 75812, 90864, 121878, 171780, 219542, 257244, 328104, 378362, 432240, 530964, 627570, 785078, 969714, 1071512, 1157004, 1271270, 1366974, 1649024, 2145924 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let p=prime(n)=A000040(n) and q=prime(n+1)=A000040(n+1) then a(n)=sigma(p^2*q)=1+p+q+p^2+ p*q+p^2*q.
LINKS
MATHEMATICA
p=1; Table[p=NextPrime[p]; q=NextPrime[p]; 1+p+q+p^2+p*q+p^2*q, {20}]
PROG
(PARI) p=1; for(n=1, 20, p=nextprime(p+1); q=nextprime(p+1); print1(sigma(p^2*q)", "))
CROSSREFS
Sequence in context: A341175 A044166 A044547 * A119178 A161935 A039415
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 12 2016
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 18 16:22 EDT 2024. Contains 371780 sequences. (Running on oeis4.)