login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134486 a(0)=1; for n>=1, a(n) = the largest prime dividing n*a(n-1) + 1. 1
1, 2, 5, 2, 3, 2, 13, 23, 37, 167, 557, 383, 4597, 29881, 167, 179, 191, 29, 523, 4969, 211, 277, 53, 61, 293, 37, 107, 17, 53, 769, 23071, 661, 641, 1511, 137, 109, 157, 83, 631, 107, 1427, 14627, 122867, 103, 1511, 191, 101, 1187, 251, 41, 293, 467, 1619 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a = {1, 2}; Do[AppendTo[a, FactorInteger[Length[a]*a[[ -1]] + 1][[ -1, 1]]], {70}]; a (* Stefan Steinerberger, Oct 30 2007 *)
CROSSREFS
Similar to A134487 but with different value of a(0).
Sequence in context: A049413 A300691 A102707 * A088006 A078311 A132743
KEYWORD
nonn
AUTHOR
Leroy Quet, Oct 28 2007
EXTENSIONS
More terms from Stefan Steinerberger, Oct 30 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 9 09:08 EDT 2024. Contains 375035 sequences. (Running on oeis4.)