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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006005 The odd prime numbers together with 1. 25
1, 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 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

The odd noncomposite numbers. Also odd primes at the beginning of the 20th century. - Omar E. Pol (info(AT)polprimos.com), Mar 19 2008

Indices at which records occur in A002322 - Artur Jasinski (grafix(AT)csl.pl), Apr 05 2008

Odd numbers n such that their largest divisor <= sqrt(n) equals 1. (See A161344). [From Omar E. Pol (info(AT)polprimos.com), Aug 03 2009]

prime(n)-((-1)^prime(n)+1)/2. [From Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Oct 25 2009]

a(n) = A175524(n) for n <= 30. [Reinhard Zumkeller, Jul 12 2011]

REFERENCES

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 870.

LINKS

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

FORMULA

a(n)=A000040(n)-A000007(n)=A000040(n)-((-1)^A000040(n)+1)/2. [From Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Oct 25 2009]

MATHEMATICA

a = {}; max = 0; Do[w = CarmichaelLambda[k]; If[w > max, AppendTo[a, k]; max = k], {k, 1, 200}]; a - Artur Jasinski (grafix(AT)csl.pl), Apr 05 2008

PROG

(PARI) prime(n)-(n==1) \\ Charles R Greathouse IV, Aug 26 2011

CROSSREFS

Cf. A000040, A008578, A065091, A002322.

Cf. A161344. [From Omar E. Pol (info(AT)polprimos.com), Aug 03 2009]

Cf. A000007. [From Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Oct 25 2009]

Sequence in context: A074918 A175524 A176997 * A065091 A160656 A073579

Adjacent sequences:  A006002 A006003 A006004 * A006006 A006007 A006008

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 16 12:15 EST 2012. Contains 205909 sequences.