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!)
A157417 Primes of the form floor((4*n^2-8*n-9)/3). 1
7, 17, 29, 43, 61, 103, 157, 257, 337, 641, 701, 829, 967, 1117, 1277, 1361, 1447, 1723, 2129, 2237, 2347, 3067, 3329, 3463, 4177, 4327, 4481, 4637, 4957, 5981, 6343, 6529, 6907, 7297, 7901, 8317, 9181, 9403, 9629, 9857, 10321, 11527, 11777, 12541, 13063 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Added in order to clarify A154616.
LINKS
MATHEMATICA
Select[Table[Floor[(4 n^2 - 8 n - 9)/3], {n, 3, 100}], PrimeQ] (* Vincenzo Librandi, Mar 21 2013 *)
PROG
(Magma) [a: n in [3..100] | IsPrime(a) where a is Floor((4*n^2-8*n-9)/3)]; // Vincenzo Librandi, Mar 21 2013
CROSSREFS
Sequence in context: A029532 A217926 A250294 * A356293 A294133 A088566
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 25 2010
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 August 16 14:01 EDT 2024. Contains 375174 sequences. (Running on oeis4.)