Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A030009
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A030009 Euler transform of primes. +0
5
1, 2, 6, 15, 37, 85, 192, 414, 879, 1816, 3694, 7362, 14480, 28037, 53644, 101379, 189587, 350874, 643431, 1169388, 2108045, 3770430, 6694894, 11804968, 20679720, 35999794, 62298755, 107198541, 183462856, 312357002, 529173060 (list; graph; listen)
OFFSET

0,2

LINKS

N. J. A. Sloane, Transforms

FORMULA

G.f.: Product_{n=1..inf} (1-x^n)^-ithprime(n).

MAPLE

with (numtheory): a:= proc(n) option remember; local d, j; if n=0 then 1 else (add (d*ithprime(d), d=divisors(n)) +add (add (d*ithprime(d), d=divisors(j)) *a(n-j), j=1..n-1))/n fi end: seq (a(n), n=0..30); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 06 2008]

PROGRAM

(PARI) a(n)=if(n<0, 0, polcoeff(prod(i=1, n, (1-x^i)^-prime(i), 1+x*O(x^n)), n))

CROSSREFS

Cf. A007441.

Adjacent sequences: A030006 A030007 A030008 this_sequence A030010 A030011 A030012

Sequence in context: A084798 A017923 A018018 this_sequence A061261 A098790 A018019

KEYWORD

nonn

AUTHOR

njas

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 October 10 20:39 EDT 2008. Contains 144831 sequences.


AT&T Labs Research