Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064920
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064920 a(n) = n / gpf(n) + gpf(n) - 1, where gpf = A006530 = greatest prime factor. +0
6
2, 3, 3, 5, 4, 7, 5, 5, 6, 11, 6, 13, 8, 7, 9, 17, 8, 19, 8, 9, 12, 23, 10, 9, 14, 11, 10, 29, 10, 31, 17, 13, 18, 11, 14, 37, 20, 15, 12, 41, 12, 43, 14, 13, 24, 47, 18, 13, 14, 19, 16, 53, 20, 15, 14, 21, 30, 59, 16, 61, 32, 15, 33, 17, 16, 67, 20, 25, 16, 71, 26, 73, 38, 19, 22 (list; graph; listen)
OFFSET

2,1

COMMENT

a(n) = A052126(n) + A006530(n) - 1; a(n) <= n and for n > 1: a(n) = n iff n is prime.

LINKS

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

EXAMPLE

a(18) = 18 / 2 + 2 - 1 = 10; a(19) = 19 / 19 + 19 - 1 = 19.

PROGRAM

(PARI) gpf(n)= { local(f); f=factor(n)~; return(f[1, length(f)]) } { for (n=2, 1000, g=gpf(n); a=n / g + g - 1; write("b064920.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 29 2009]

CROSSREFS

Cf. A064916, A064921, A064922, A006530, A052126, A064923, A064924.

Sequence in context: A161857 A135533 A119674 this_sequence A064916 A062854 A057859

Adjacent sequences: A064917 A064918 A064919 this_sequence A064921 A064922 A064923

KEYWORD

nice,nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 14 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research