Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063449
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063449 d[n+1]>2d[n], d[]=A000005. +0
1
11, 17, 19, 23, 29, 31, 35, 41, 43, 47, 53, 59, 67, 71, 79, 83, 89, 95, 97, 101, 103, 107, 109, 111, 113, 119, 125, 127, 131, 137, 139, 143, 149, 151, 155, 159, 161, 163, 167, 169, 173, 179, 181, 191, 197, 199, 203, 209, 211, 215, 219, 223, 227, 229, 233, 239 (list; graph; listen)
OFFSET

1,1

LINKS

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

EXAMPLE

d(p+1)>=2d(p) holds for all primes and some integers too; n=29,2d[29]=2.2=4<8=d[30]; n=95,2d[95]=2.4=8<d[96]=12.

PROGRAM

(PARI) { n=0; for (m=1, 10^9, if (numdiv(m + 1) > 2*numdiv(m), write("b063449.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 21 2009]

CROSSREFS

A000005.

Sequence in context: A050658 A050891 A061751 this_sequence A157996 A050713 A038966

Adjacent sequences: A063446 A063447 A063448 this_sequence A063450 A063451 A063452

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jul 24 2001

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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research