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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109366 a(-1)=0, a(0)=1 and recursively a(n) = prime(n)*(a(n-1)+a(n-2)). 2
1, 2, 9, 55, 448, 5533, 77753, 1415862, 28378685, 685274581, 20695944714, 662817798145, 25290008485783, 1064065877641048, 46842303103453733, 2251599342111454707, 121817407196390147320, 7320071385771594519593 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MAPLE

A109366 := proc(n) if n<= 0 then n+1; else ithprime(n)*(procname(n-1)+procname(n-2)) ; end if; end proc:

seq(A109366(n), n=0..20) ; # R. J. Mathar, Sep 15 2011

CROSSREFS

Cf. A109365.

Sequence in context: A036074 A009363 A069564 * A154749 A091108 A179405

Adjacent sequences:  A109363 A109364 A109365 * A109367 A109368 A109369

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 14 22:01 EST 2012. Contains 205667 sequences.