login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109365 a(-1)=a(0)=1 and recursively a(n) = prime(n)*(a(n-1)+a(n-2)). 2
1, 4, 15, 95, 770, 9515, 133705, 2434740, 48800455, 1178409485, 35589088260, 1139792430095, 43489116179135, 1829785252978430, 80550797873775295, 3871887406957425075, 209479224856053619610, 12587715623517651636415 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MAPLE

A109365 := proc(n) if n<= 0 then 1; else ithprime(n)*(procname(n-1)+procname(n-2)) ; end if; end proc: # R. J. Mathar, Sep 15 2011

CROSSREFS

Cf. A109366.

Sequence in context: A008829 A013193 A040025 * A079128 A081548 A207163

Adjacent sequences:  A109362 A109363 A109364 * A109366 A109367 A109368

KEYWORD

nonn

AUTHOR

Giorgio Balzarotti (greenblue(AT)tiscali.it), Aug 23 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 23:45 EST 2012. Contains 205978 sequences.