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!)
A269748 a(n) = 2*p+61+2*gcd(p-1,3)+gcd(p-1,4), where p = prime(n). 2
68, 71, 77, 83, 87, 97, 101, 107, 111, 125, 131, 145, 149, 155, 159, 173, 183, 193, 203, 207, 217, 227, 231, 245, 265, 269, 275, 279, 289, 293, 323, 327, 341, 347, 365, 371, 385, 395, 399, 413, 423, 433, 447, 457, 461, 467, 491, 515, 519, 529, 533, 543, 553, 567, 581, 591, 605, 611, 625, 629 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Andrew Misseldine, Counting Schur Rings over Cyclic Groups, arXiv preprint arXiv:1508.03757 [math.RA], 2015.
MAPLE
f1:=proc(n) local p; p:=ithprime(n);
2*p+61+2*gcd(p-1, 3)+gcd(p-1, 4);
end;
MATHEMATICA
Table[2 Prime[n] + 61 + 2 GCD[Prime[n] - 1, 3] + GCD[Prime[n] -1, 4], {n, 60}] (* Vincenzo Librandi, Mar 26 2016 *)
PROG
(Magma) [2*p+61 +2*Gcd(p-1, 3)+Gcd(p-1, 4): p in PrimesUpTo(700)]; // Vincenzo Librandi, Mar 26 2016
CROSSREFS
Sequence in context: A269987 A058906 A130694 * A153831 A306113 A058980
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 22 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 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)