login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087370 3n-1 is a prime. 4
1, 2, 4, 6, 8, 10, 14, 16, 18, 20, 24, 28, 30, 34, 36, 38, 44, 46, 50, 56, 58, 60, 64, 66, 76, 78, 80, 84, 86, 88, 90, 94, 98, 104, 106, 116, 118, 120, 128, 130, 134, 140, 144, 148, 150, 154, 156, 160, 164, 168, 170, 174, 186, 188, 190, 196, 198, 200, 206, 214, 216 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

3*n-1 is the Eisenstein's prime. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 08 2010]

REFERENCES

M. Cerasoli, F. Eugeni and M. Protasi, Elementi di Matematica Discreta, Bologna 1988

Emanuele Munarini and Norma Zagaglia Salvi, Matematica Discreta, UTET, CittaStudiEdizioni, Milano 1997

FORMULA

a(n)= A024893(n)+1 = A088879(n)+2.

MATHEMATICA

lst={}; Do[p=3*n-1; If[PrimeQ[p], AppendTo[lst, n]], {n, 0, 10^3}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 10 2008]

CROSSREFS

A003627 gives primes, A091177 gives prime index.

Sequence in context: A121832 A006586 A022292 * A138929 A180081 A191146

Adjacent sequences:  A087367 A087368 A087369 * A087371 A087372 A087373

KEYWORD

easy,nonn

AUTHOR

Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), Oct 21 2003

EXTENSIONS

Corrected and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Oct 22 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 09:05 EST 2012. Contains 205746 sequences.