OFFSET
1,1
COMMENTS
a(n) - A111441(a(n)) - 11 == 0 (mod 24) for n > 1. This is similar to the relation between A000027 and A024450. - Karl-Heinz Hofmann, Jan 11 2021
LINKS
Paul W. Dyson, Table of n, a(n) for n = 1..16 (terms 1..12 from Robert Price, 13 from Willem Hengeveld, 14..15 from Bruce Garner).
PROG
(PARI) n=s=0; forprime(p=2, 1e8, s+=p^2; if(s%n++==0, print1(s", "))) \\ Charles R Greathouse IV, Apr 22 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Price, Mar 19 2013
EXTENSIONS
a(13) from Willem Hengeveld, Nov 29 2020
a(14) from Bruce Garner, Dec 16 2020
a(15) from Bruce Garner, Dec 24 2020
STATUS
approved