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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065091 Odd primes. 68
3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Rayes et al. prove that the a(n)-th Chebyshev-T polynomial, divided by x, is irreducible over the integers.

Intersection of A005408 and A000040. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 14 2008]

Smallest prime>nth prime. [From Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Oct 29 2009]

Primes which are the sum of two consecutive numbers. [From Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Nov 07 2009]

Primes==-+1 mod 4. [From Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Apr 27 2010]

a(n) = A053670(A179675(n)) and a(n) <> A053670(m) for m < A179675(n). [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 23 2010]

Triads of the form <2*a(n+1), a(n+1), 3*a(n+1)>  like <6,3,9>, <10,5,15>, <14,7,21> appear in the EKG sequence A064413, see Theorem (3) there. - Paul Curtz, Feb 13 2011.

Complement of A065090; abs(A151763(a(n))) = 1. [Reinhard Zumkeller, Oct 06 2011]

Right edge of the triangle in A065305. [Reinhard Zumkeller, Jan 30 2012]

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

M. O. Rayes, V. Trevisan and P. S. Wang, Factorization of Chebyshev Polynomials

Eric Weisstein's World of Mathematics, Prime Number.

MAPLE

A065091 := proc(n) RETURN(ithprime(n+1)) end:

MATHEMATICA

Prime[Range[2, 33]] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 22 2008]

PROG

(PARI) { for (n=1, 1000, write("b065091.txt", n, " ", prime(n + 1)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 06 2009]

(Haskell)

a065091 n = a065091_list !! (n-1)

a065091_list = tail a000040_list  -- Reinhard Zumkeller, Jan 30 2012

CROSSREFS

Cf. A000040, A033270.

Sequence in context: A176997 A006005 * A160656 A073579 A065380 A038134

Adjacent sequences:  A065088 A065089 A065090 * A065092 A065093 A065094

KEYWORD

nonn,easy

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 12 2001

EXTENSIONS

More terms from Francisco Salinas (franciscodesalinas(AT)hotmail.com), Jan 05 2002

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 23 02:42 EST 2012. Contains 206606 sequences.