Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A038179
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A038179 Result of second stage of sieve of Eratosthenes. +0
9
2, 3, 5, 7, 11, 13, 17, 19, 23, 25, 29, 31, 35, 37, 41, 43, 47, 49, 53, 55, 59, 61, 65, 67, 71, 73, 77, 79, 83, 85, 89, 91, 95, 97, 101, 103, 107, 109, 113, 115, 119, 121, 125, 127, 131, 133, 137, 139, 143, 145, 149, 151 (list; graph; listen)
OFFSET

1,1

COMMENT

Terms of this sequence (starting from the second term) are equal to the result of the expression sqrt(4!*(k+1) + 1) - but only when this expression yields integral values (that is when the parameter k takes values, which are terms of A144065) [From Alexander R. Povolotsky (pevnev(AT)juno.com), Sep 09 2008]

REFERENCES

F. S. Roberts, Applied Combinatorics, Prentice-Hall, 1984, p. 256.

LINKS

H. B. Meyer, Eratosthenes' sieve

Index entries for sequences generated by sieves

FORMULA

2, 3 and numbers of the form 6m+-1. Apart from first two terms, same as A007310.

O.g.f.: x(2+x+x^3+2x^4)/((1+x)(1-x)^2). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 23 2008

PROGRAM

(PARI) The following PARI program applies to generate all terms besides first one: j=[]; for(n=0, 1000, if((floor(sqrt(4!*(n+1) + 1))) == ceil(sqrt(4!*(n+1) + 1)), j=concat(j, floor(sqrt(4!*(n+1) + 1))))); j [From Alexander R. Povolotsky (pevnev(AT)juno.com), Sep 09 2008]

CROSSREFS

Cf. A004280, A007310.

A144065 [From Alexander R. Povolotsky (pevnev(AT)juno.com), Sep 09 2008]

Sequence in context: A117322 A048380 A048382 this_sequence A161578 A164574 A079603

Adjacent sequences: A038176 A038177 A038178 this_sequence A038180 A038181 A038182

KEYWORD

easy,nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research