Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A003961
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A003961 Fully multiplicative with a(p(k)) = p(k+1) for k-th prime p(k). +0
13
1, 3, 5, 9, 7, 15, 11, 27, 25, 21, 13, 45, 17, 33, 35, 81, 19, 75, 23, 63, 55, 39, 29, 135, 49, 51, 125, 99, 31, 105, 37, 243, 65, 57, 77, 225, 41, 69, 85, 189, 43, 165, 47, 117, 175, 87, 53, 405, 121, 147, 95, 153, 59, 375, 91, 297, 115, 93, 61, 315, 67, 111, 275, 729, 119 (list; graph; listen)
OFFSET

1,2

COMMENT

a(n) is odd for all n and for each odd m there exists a k with a(k) = m (see A064216). a(n) > n for n > 1: bijection between the odd and all numbers. - Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), Sep 26 2001

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

FORMULA

If n = Product p(k)^e(k) then a(n) = Product p(k+1)^e(k).

Multiplicative with a(p^e) = A000040(A000720(p)+1)^e. - David W. Wilson (davidwwilson(AT)comcast.net), Aug 01, 2001.

EXAMPLE

a(12) = a(2^2 * 3) = a(prime(1)^2 * prime(2)) = prime(2)^2 * prime(3) = 3^2 * 5 = 45. a(A002110(n)) = A002110(n + 1) / 2.

PROGRAM

(PARI) a(n)=local(f); if(n<1, 0, f=factor(n); prod(k=1, matsize(f)[1], nextprime(1+f[k, 1])^f[k, 2]))

CROSSREFS

See A045965 for another version. Cf. A064216, A000040, A002110, A000265.

Sequence in context: A016613 A079427 A081761 this_sequence A100463 A094549 A029642

Adjacent sequences: A003958 A003959 A003960 this_sequence A003962 A003963 A003964

KEYWORD

nonn,mult,nice

AUTHOR

Marc LeBrun (mlb(AT)well.com)

page 1

Search completed in 0.003 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 July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research