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!)
A084922 a(n) = (prime(n)-1)*(prime(n)+1)/6. 6
4, 8, 20, 28, 48, 60, 88, 140, 160, 228, 280, 308, 368, 468, 580, 620, 748, 840, 888, 1040, 1148, 1320, 1568, 1700, 1768, 1908, 1980, 2128, 2688, 2860, 3128, 3220, 3700, 3800, 4108, 4428, 4648, 4988, 5340, 5460, 6080, 6208, 6468, 6600, 7420 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
FORMULA
a(n) = A084920(n)/6, a(n) = A084921(n)/3.
MATHEMATICA
Select[Range[0, 7000], PrimeQ[Sqrt[6 # + 1]]&] (* Vincenzo Librandi, Apr 11 2013
PROG
(Magma) [(p^2-1)/6: p in PrimesInInterval(4, 250)]; // Vincenzo Librandi, Apr 11 2013
(PARI) a(n) = (prime(n)^2-1)/6; \\ Michel Marcus, Mar 22 2016
CROSSREFS
Sequence in context: A160726 A191483 A062717 * A180794 A047185 A349546
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Jun 11 2003
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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)